diff options
author | Memphiz <memphis@machzwo.de> | 2015-11-28 19:26:33 +0100 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2015-12-12 11:49:41 +0100 |
commit | 4d6883aeef76bfeb880de31f2d57adc074e5f8e3 (patch) | |
tree | 6e847a2f9447fe75c91a0120ec215b7a44b8a0a7 /configure.ac | |
parent | f96dedcea8ebdb60cbf5f19b45842eed226a1602 (diff) |
[codeshuffle] - moved main to platform/posix
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a352e0f0f0..22206bacf6 100644 --- a/configure.ac +++ b/configure.ac @@ -2407,11 +2407,12 @@ OUTPUT_FILES="Makefile \ tools/EventClients/Clients/OSXRemote/Makefile \ xbmc/peripherals/bus/Makefile \ xbmc/peripherals/devices/Makefile \ + xbmc/platform/posix/Makefile \ + xbmc/platform/darwin/osx/Makefile \ xbmc/platform/android/activity/Makefile \ xbmc/platform/android/loader/Makefile \ xbmc/platform/android/jni/Makefile \ xbmc/utils/Makefile \ - xbmc/main/Makefile \ xbmc/platform/Makefile \ tools/darwin/Configurations/App.xcconfig \ tools/darwin/Configurations/Common.xcconfig \ |