Mercurial > minori
annotate dep/pugixml/Makefile.am @ 244:3a4aa9b4814c
scripts: convert to use posix shell
it's not like we even need bash anyway
| author | Paper <paper@paper.us.eu.org> |
|---|---|
| date | Mon, 22 Jan 2024 22:19:39 -0800 |
| parents | a7d0d543b334 |
| children | a0eeb2cc7e6d |
| rev | line source |
|---|---|
|
236
4d461ef7d424
HUGE UPDATE: convert build system to autotools
Paper <mrpapersonic@gmail.com>
parents:
diff
changeset
|
1 lib_LTLIBRARIES = libpugixml.la |
|
4d461ef7d424
HUGE UPDATE: convert build system to autotools
Paper <mrpapersonic@gmail.com>
parents:
diff
changeset
|
2 libpugixml_la_SOURCES = src/pugixml.cpp |
|
4d461ef7d424
HUGE UPDATE: convert build system to autotools
Paper <mrpapersonic@gmail.com>
parents:
diff
changeset
|
3 include_HEADERS = src/pugixml.hpp |
|
4d461ef7d424
HUGE UPDATE: convert build system to autotools
Paper <mrpapersonic@gmail.com>
parents:
diff
changeset
|
4 |
| 237 | 5 libpugixml_la_CXXFLAGS = -std=c++11 |
|
236
4d461ef7d424
HUGE UPDATE: convert build system to autotools
Paper <mrpapersonic@gmail.com>
parents:
diff
changeset
|
6 ACLOCAL_AMFLAGS = -I m4 |
