diff options
author | Cory Fields <theuni-nospam-@xbmc.org> | 2012-07-12 03:38:44 -0400 |
---|---|---|
committer | Cory Fields <theuni-nospam-@xbmc.org> | 2012-08-08 18:59:22 -0400 |
commit | 93ea8990f23bddf46f03986d00508fac58b5b3f1 (patch) | |
tree | 31441b2129cefae8147743130f7fe8b72b4e492d /configure.in | |
parent | 8f179fa636517c9689376719185c705c4672d9b8 (diff) |
[droid] generate new files
Diffstat (limited to 'configure.in')
-rwxr-xr-x | configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in index d4c4bc1a27..f1994d8cc8 100755 --- a/configure.in +++ b/configure.in @@ -2069,7 +2069,9 @@ OUTPUT_FILES="Makefile \ tools/TexturePacker/Makefile \ tools/EventClients/Clients/OSXRemote/Makefile \ xbmc/peripherals/bus/Makefile \ - xbmc/peripherals/devices/Makefile" + xbmc/peripherals/devices/Makefile \ + xbmc/android/activity/Makefile \ + xbmc/android/loader/Makefile" if test "$use_skin_touched" = "yes"; then OUTPUT_FILES="$OUTPUT_FILES addons/skin.touched/media/Makefile" |