diff options
author | nanotech <nanotech@nanotechcorp.net> | 2014-10-10 19:20:53 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-10-10 19:51:44 +0200 |
commit | f0be48ff90503d9ffa5b295fd4454eec753950ee (patch) | |
tree | c87081479266501d3842709b8956a48649238541 /Makefile.am | |
parent | bb922d577dd8dc484d25c29c7c85bf04ecd62256 (diff) |
Main: run the OS X native event loop
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 90e2074fc..e263f9c61 100644 --- a/Makefile.am +++ b/Makefile.am @@ -130,6 +130,7 @@ libmpd_a_SOURCES = \ src/IOThread.cxx src/IOThread.hxx \ src/Instance.cxx src/Instance.hxx \ src/win32/Win32Main.cxx \ + src/osx/OSXMain.cxx \ src/GlobalEvents.cxx src/GlobalEvents.hxx \ src/MixRampInfo.hxx \ src/MusicBuffer.cxx src/MusicBuffer.hxx \ |