diff options
author | Memphiz <memphis@machzwo.de> | 2012-09-06 17:45:50 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2012-09-06 19:16:42 +0200 |
commit | 61a9e882a4f4154dba240a854aa45ee04b97c636 (patch) | |
tree | 33244ff4bacc274f7f176652d5f27580d0b4ffcd /configure.in | |
parent | 3d91ac2e46fcf03a068aedaf1e84afb2c71923d9 (diff) |
[osx] - move SDLMain.mm from xbmc/osx to xbmc/main and stick it into the main.a - fixes compilation of test framework
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e35c2feb8b..fdcef0e05e 100644 --- a/configure.in +++ b/configure.in @@ -2278,7 +2278,8 @@ OUTPUT_FILES="Makefile \ xbmc/peripherals/bus/Makefile \ xbmc/peripherals/devices/Makefile \ xbmc/android/activity/Makefile \ - xbmc/android/loader/Makefile" + xbmc/android/loader/Makefile \ + xbmc/main/Makefile" if test "$use_skin_touched" = "yes"; then OUTPUT_FILES="$OUTPUT_FILES addons/skin.touched/media/Makefile" |