summaryrefslogtreecommitdiffstats
path: root/src/pugixml/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/pugixml/Makefile.am')
-rw-r--r--src/pugixml/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/pugixml/Makefile.am b/src/pugixml/Makefile.am
new file mode 100644
index 0000000..3944e78
--- /dev/null
+++ b/src/pugixml/Makefile.am
@@ -0,0 +1,9 @@
+
+noinst_LIBRARIES = libpugixml.a
+
+noinst_HEADERS = \
+ pugiconfig.hpp \
+ pugixml.hpp
+
+libpugixml_a_SOURCES = \
+ pugixml.cpp