summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Disco')
-rw-r--r--Swiften/Disco/Makefile.inc4
-rw-r--r--Swiften/Disco/UnitTest/Makefile.inc2
2 files changed, 0 insertions, 6 deletions
diff --git a/Swiften/Disco/Makefile.inc b/Swiften/Disco/Makefile.inc
deleted file mode 100644
index 5aeba07..0000000
--- a/Swiften/Disco/Makefile.inc
+++ /dev/null
@@ -1,4 +0,0 @@
-SWIFTEN_SOURCES += \
- Swiften/Disco/CapsInfoGenerator.cpp
-
-include Swiften/Disco/UnitTest/Makefile.inc
diff --git a/Swiften/Disco/UnitTest/Makefile.inc b/Swiften/Disco/UnitTest/Makefile.inc
deleted file mode 100644
index 928664c..0000000
--- a/Swiften/Disco/UnitTest/Makefile.inc
+++ /dev/null
@@ -1,2 +0,0 @@
-UNITTEST_SOURCES += \
- Swiften/Disco/UnitTest/CapsInfoGeneratorTest.cpp