diff options
author | Cory Fields <theuni-nospam-@xbmc.org> | 2012-07-12 03:13:59 -0400 |
---|---|---|
committer | Cory Fields <theuni-nospam-@xbmc.org> | 2012-08-08 19:14:47 -0400 |
commit | 2d53f743cfbd0b20676af5272d558956ed9af4ee (patch) | |
tree | d97e6adc22554cd54b2ed6b04a1bab6f3aa7e22f /Makefile.in | |
parent | d9957eea48cf2f8145926080bc7b21860d4c16fb (diff) |
[droid] Android needs skins too
Diffstat (limited to 'Makefile.in')
-rwxr-xr-x | Makefile.in | 3 |
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 |