aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2012-09-06 17:45:50 +0200
committerMemphiz <memphis@machzwo.de>2012-09-06 19:16:42 +0200
commit61a9e882a4f4154dba240a854aa45ee04b97c636 (patch)
tree33244ff4bacc274f7f176652d5f27580d0b4ffcd /configure.in
parent3d91ac2e46fcf03a068aedaf1e84afb2c71923d9 (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.in3
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"