summaryrefslogtreecommitdiffstats
path: root/third_party/libjingle/files/talk/xmllite/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libjingle/files/talk/xmllite/Makefile.am')
-rw-r--r--third_party/libjingle/files/talk/xmllite/Makefile.am18
1 files changed, 18 insertions, 0 deletions
diff --git a/third_party/libjingle/files/talk/xmllite/Makefile.am b/third_party/libjingle/files/talk/xmllite/Makefile.am
new file mode 100644
index 0000000..deaf2bf
--- /dev/null
+++ b/third_party/libjingle/files/talk/xmllite/Makefile.am
@@ -0,0 +1,18 @@
+libcricketxmllite_la_SOURCES = qname.cc \
+ xmlbuilder.cc \
+ xmlconstants.cc \
+ xmlelement.cc \
+ xmlnsstack.cc \
+ xmlparser.cc \
+ xmlprinter.cc
+
+noinst_HEADERS = qname.h \
+ xmlbuilder.h \
+ xmlconstants.h \
+ xmlelement.h \
+ xmlnsstack.h \
+ xmlparser.h \
+ xmlprinter.h
+AM_CPPFLAGS = -DPOSIX
+
+noinst_LTLIBRARIES = libcricketxmllite.la