summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/EventLoop/Makefile.inc')
-rw-r--r--Swiften/EventLoop/Makefile.inc10
1 files changed, 0 insertions, 10 deletions
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