summaryrefslogtreecommitdiffstats
path: root/src/Util/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Util/Makefile.am')
-rw-r--r--src/Util/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Util/Makefile.am b/src/Util/Makefile.am
new file mode 100644
index 0000000..021ae0b
--- /dev/null
+++ b/src/Util/Makefile.am
@@ -0,0 +1,4 @@
+noinst_LTLIBRARIES = libutil.la
+
+libutil_la_SOURCES = Xml.cpp
+libutil_la_CPPFLAGS = $(libxml_CFLAGS)