diff options
author | Cory Fields <theuni-nospam-@xbmc.org> | 2012-07-12 01:27:22 -0400 |
---|---|---|
committer | Cory Fields <theuni-nospam-@xbmc.org> | 2012-08-08 18:59:22 -0400 |
commit | ab1c6907a407fd3701ab279e3768f8ef9e5a858d (patch) | |
tree | 4e8095b53293dfe08de574887f961f95462d47c8 /Makefile.in | |
parent | 527c992de3f538c95cfc46ec249a544d563b9f61 (diff) |
[droid] add our big mess of android activity files
Diffstat (limited to 'Makefile.in')
-rwxr-xr-x | Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 829625f458..7d4fd48f5e 100755 --- a/Makefile.in +++ b/Makefile.in @@ -125,6 +125,11 @@ endif BIN_DIRS = $(dir $(DIRECTORY_ARCHIVES)) $(dir $(NWAOBJSXBMC)) +ifeq (@USE_ANDROID@,1) +DIRECTORY_ARCHIVES += xbmc/windowing/android/windowing_android.a +DIRECTORY_ARCHIVES += xbmc/android/activity/activity.a +endif + PAPCODECS_DIRS= \ lib/xbadpcm \ lib/nosefart \ |