diff options
Diffstat (limited to 'Swiften')
-rw-r--r-- | Swiften/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Swiften/SConscript b/Swiften/SConscript index 60f2fbc..1c2c8cc 100644 --- a/Swiften/SConscript +++ b/Swiften/SConscript @@ -38,6 +38,8 @@ sources = [ "EventLoop/EventOwner.cpp", "EventLoop/MainEventLoop.cpp", "EventLoop/SimpleEventLoop.cpp", + "EventLoop/Cocoa/CocoaEventLoop.mm", + "EventLoop/Cocoa/CocoaEvent.mm", "History/HistoryManager.cpp", "History/SQLiteHistoryManager.cpp", "JID/JID.cpp", |