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, 0 insertions, 18 deletions
diff --git a/third_party/libjingle/files/talk/xmllite/Makefile.am b/third_party/libjingle/files/talk/xmllite/Makefile.am
deleted file mode 100644
index deaf2bf..0000000
--- a/third_party/libjingle/files/talk/xmllite/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-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