aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorCory Fields <theuni-nospam-@xbmc.org>2012-07-12 03:13:59 -0400
committerCory Fields <theuni-nospam-@xbmc.org>2012-08-08 19:14:47 -0400
commit2d53f743cfbd0b20676af5272d558956ed9af4ee (patch)
treed97e6adc22554cd54b2ed6b04a1bab6f3aa7e22f /Makefile.in
parentd9957eea48cf2f8145926080bc7b21860d4c16fb (diff)
[droid] Android needs skins too
Diffstat (limited to 'Makefile.in')
-rwxr-xr-xMakefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 3808e84050..8debdc17fc 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -212,6 +212,9 @@ DISTCLEAN_FILES=config.h config.log config.status tools/Linux/xbmc.sh \
ifeq (@USE_LIBXBMC@,1)
FINAL_TARGETS+=libxbmc.so
+ifeq (@USE_ANDROID@,1)
+FINAL_TARGETS+=skins
+endif
else
FINAL_TARGETS=xbmc.bin skins xbmc-xrandr
endif