diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-03-21 19:56:18 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-03-22 22:49:47 +0200 |
commit | a3035495eb67651e5bf3d785ac8f1a73eb3abf37 (patch) | |
tree | 55c7383204a44273568254709c3d8b4a65842b86 /configure.in | |
parent | 2cbb41b3ab036504f66418b28559aa40fd773b61 (diff) |
Make the DocumentLoader experimental app build again
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.in b/configure.in index cdd4b42789da..ef42ca9acbc7 100644 --- a/configure.in +++ b/configure.in @@ -3254,6 +3254,7 @@ if test "$cross_compiling" = "yes"; then tar cf - \ bin/repo-list.in \ android/Bootstrap/local.properties.in \ + android/experiments/DocumentLoader/local.properties.in \ android/qa/sc/local.properties.in \ android/qa/desktop/local.properties.in \ config.guess \ @@ -11238,7 +11239,11 @@ else echo > config_host.mk.last fi -AC_CONFIG_FILES([config_host.mk ooo.lst bin/repo-list android/Bootstrap/local.properties android/qa/sc/local.properties android/qa/desktop/local.properties]) +AC_CONFIG_FILES([config_host.mk ooo.lst bin/repo-list \ +android/Bootstrap/local.properties \ +android/experiments/DocumentLoader/local.properties \ +android/qa/sc/local.properties \ +android/qa/desktop/local.properties]) AC_OUTPUT # touch the config timestamp file set_soenv.stamp |