diff options
author | jan Iversen <jani@libreoffice.org> | 2017-09-26 12:54:40 +0200 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2017-09-26 18:22:03 +0200 |
commit | 11f001f1a05684c87615e74a1edab300409bf6c6 (patch) | |
tree | 3707b57c907cb50be63c82561dc600143eed6c18 /configure.ac | |
parent | 4bf3b4ee48c4e3556e257aa77940f68c13b05b54 (diff) |
iOS, build instructions.
Added README with instruction on how to build for
the different platforms, updated iOS files corresponding
Change-Id: I8a85f808841d682bc09f1e3b039192e342ecc484
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index eb387452d313..b8d1225db3bb 100644 --- a/configure.ac +++ b/configure.ac @@ -4413,7 +4413,8 @@ if test "$cross_compiling" = "yes"; then instsetoo_native/util/openoffice.lst.in \ config_host/*.in \ sysui/desktop/macosx/Info.plist.in \ - ios/lo.xcconfig.in) \ + ios/LibreOfficeKit/lo_kit.xcconfig.in \ + ios/LibreOfficeApp/lo_app.xcconfig.in) \ | (cd CONF-FOR-BUILD && tar xf -) cp configure CONF-FOR-BUILD test -d config_build && cp -p config_build/*.h CONF-FOR-BUILD/config_host 2>/dev/null @@ -12377,7 +12378,8 @@ AC_CONFIG_FILES([config_host.mk bin/officeotron.sh instsetoo_native/util/openoffice.lst sysui/desktop/macosx/Info.plist - ios/lo.xcconfig]) + ios/LibreOfficeKit/lo_kit.xcconfig + ios/LibreOfficeLight/lo_app.xcconfig]) AC_CONFIG_HEADERS([config_host/config_buildid.h]) AC_CONFIG_HEADERS([config_host/config_clang.h]) AC_CONFIG_HEADERS([config_host/config_dconf.h]) |