diff options
author | theuni <theuni-nospam-@xbmc.org> | 2012-06-08 20:43:07 -0400 |
---|---|---|
committer | Cory Fields <theuni-nospam-@xbmc.org> | 2012-08-08 18:59:23 -0400 |
commit | 8410f7d7a86b9c86e77d7a8261f4a0f8a237a4c9 (patch) | |
tree | 4dc17b13496694238a40f27f8d9baf5248022bd2 /configure.in | |
parent | 27266c9f5f84b4e59fda1c1cab7f5bf414bbde0d (diff) |
[droid] quit fighting it and just use a new file for android paths
Diffstat (limited to 'configure.in')
-rwxr-xr-x | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index c3bed9a30f..d558e1c2e1 100755 --- a/configure.in +++ b/configure.in @@ -2085,6 +2085,7 @@ OUTPUT_FILES="Makefile \ xbmc/interfaces/python/xbmcmodule/Makefile \ lib/libUPnP/Makefile \ xbmc/DllPaths_generated.h \ + xbmc/DllPaths_generated_android.h \ xbmc/freebsd/Makefile \ xbmc/linux/Makefile \ xbmc/filesystem/Makefile \ |