blob: 78ebdcda00a4cbedf176a2417d05d0029582f23c (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|