summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/EventLoop')
-rw-r--r--Swiften/EventLoop/Cocoa/Makefile.inc3
-rw-r--r--Swiften/EventLoop/Makefile.inc10
-rw-r--r--Swiften/EventLoop/UnitTest/Makefile.inc3
3 files changed, 0 insertions, 16 deletions
diff --git a/Swiften/EventLoop/Cocoa/Makefile.inc b/Swiften/EventLoop/Cocoa/Makefile.inc
deleted file mode 100644
index aaa038e..0000000
--- a/Swiften/EventLoop/Cocoa/Makefile.inc
+++ /dev/null
@@ -1,3 +0,0 @@
-SWIFTEN_OBJECTIVE_SOURCES += \
- Swiften/EventLoop/Cocoa/CocoaEvent.mm \
- Swiften/EventLoop/Cocoa/CocoaEventLoop.mm
diff --git a/Swiften/EventLoop/Makefile.inc b/Swiften/EventLoop/Makefile.inc
deleted file mode 100644
index 78ebdcd..0000000
--- a/Swiften/EventLoop/Makefile.inc
+++ /dev/null
@@ -1,10 +0,0 @@
-SWIFTEN_SOURCES += \
- Swiften/EventLoop/EventOwner.cpp \
- Swiften/EventLoop/EventLoop.cpp \
- Swiften/EventLoop/SimpleEventLoop.cpp \
- Swiften/EventLoop/MainEventLoop.cpp
-
-ifeq ($(MACOSX),1)
-include Swiften/EventLoop/Cocoa/Makefile.inc
-endif
-include Swiften/EventLoop/UnitTest/Makefile.inc
diff --git a/Swiften/EventLoop/UnitTest/Makefile.inc b/Swiften/EventLoop/UnitTest/Makefile.inc
deleted file mode 100644
index 5eec2da..0000000
--- a/Swiften/EventLoop/UnitTest/Makefile.inc
+++ /dev/null
@@ -1,3 +0,0 @@
-UNITTEST_SOURCES += \
- Swiften/EventLoop/UnitTest/SimpleEventLoopTest.cpp \
- Swiften/EventLoop/UnitTest/EventLoopTest.cpp