summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-08-14 09:05:49 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-08-16 22:13:27 (GMT)
commit516b334bd963452578367b2cd354db6c39ba99c9 (patch)
treef24aa85a28be562ea64929fe298a9851c1a74965 /Swiften/Parser/Makefile.inc
parent7fdc3e80028fd93fcc0111570a01cd78282cd41a (diff)
downloadswift-contrib-516b334bd963452578367b2cd354db6c39ba99c9.zip
swift-contrib-516b334bd963452578367b2cd354db6c39ba99c9.tar.bz2
Remove autoconf/make files.
Diffstat (limited to 'Swiften/Parser/Makefile.inc')
-rw-r--r--Swiften/Parser/Makefile.inc32
1 files changed, 0 insertions, 32 deletions
diff --git a/Swiften/Parser/Makefile.inc b/Swiften/Parser/Makefile.inc
deleted file mode 100644
index f47ae29..0000000
--- a/Swiften/Parser/Makefile.inc
+++ /dev/null
@@ -1,32 +0,0 @@
-SWIFTEN_SOURCES += \
- Swiften/Parser/XMLParser.cpp \
- Swiften/Parser/XMLParserClient.cpp \
- Swiften/Parser/XMLParserFactory.cpp \
- Swiften/Parser/PlatformXMLParserFactory.cpp \
- Swiften/Parser/XMPPParser.cpp \
- Swiften/Parser/XMPPParserClient.cpp \
- Swiften/Parser/MessageParser.cpp \
- Swiften/Parser/IQParser.cpp \
- Swiften/Parser/PresenceParser.cpp \
- Swiften/Parser/StreamFeaturesParser.cpp \
- Swiften/Parser/CompressParser.cpp \
- Swiften/Parser/AuthRequestParser.cpp \
- Swiften/Parser/StanzaParser.cpp \
- Swiften/Parser/ElementParser.cpp \
- Swiften/Parser/PayloadParser.cpp \
- Swiften/Parser/PayloadParserFactory.cpp \
- Swiften/Parser/PayloadParserFactoryCollection.cpp \
- Swiften/Parser/SerializingParser.cpp
-
-ifeq ($(HAVE_LIBXML),yes)
-SWIFTEN_SOURCES += \
- Swiften/Parser/LibXMLParser.cpp
-endif
-
-ifeq ($(HAVE_EXPAT),yes)
-SWIFTEN_SOURCES += \
- Swiften/Parser/ExpatParser.cpp
-endif
-
-include Swiften/Parser/PayloadParsers/Makefile.inc
-include Swiften/Parser/UnitTest/Makefile.inc