summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-11-02 10:44:10 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-11-05 12:18:59 +0100
commit2486803ee26c10751ff92e46c53cc03ad0a1218d (patch)
tree3ad0fc3db0389f87d1acf9ec7a9a18ca6ae17d96 /configure.ac
parentcfd7cffb00f9f4ee934006a706184fefc8cb8d9d (diff)
move macOS specific entitlements file templates to sysui/desktop/macosx
generated location is kept to not have further changes in existing scripts using those files. Change-Id: Ia14864bd6f9c69e2c77d39806e733f50155d12b3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158791 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index c8466ae65e01..f6ea33f4cfc7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5697,14 +5697,14 @@ if test "$cross_compiling" = "yes"; then
config_host.mk.in \
config_host_lang.mk.in \
Makefile.in \
- lo.xcent.in \
bin/bffvalidator.sh.in \
bin/odfvalidator.sh.in \
bin/officeotron.sh.in \
- hardened_runtime.xcent.in \
instsetoo_native/util/openoffice.lst.in \
config_host/*.in \
sysui/desktop/macosx/Info.plist.in \
+ sysui/desktop/macosx/hardened_runtime.xcent.in \
+ sysui/desktop/macosx/lo.xcent.in \
.vscode/vs-code-template.code-workspace.in \
solenv/lockfile/autoconf.h.in \
) \
@@ -15034,13 +15034,13 @@ AC_CONFIG_LINKS([include:include])
AC_CONFIG_FILES([config_host.mk
config_host_lang.mk
Makefile
- lo.xcent
bin/bffvalidator.sh
bin/odfvalidator.sh
bin/officeotron.sh
- hardened_runtime.xcent
instsetoo_native/util/openoffice.lst
sysui/desktop/macosx/Info.plist
+ hardened_runtime.xcent:sysui/desktop/macosx/hardened_runtime.xcent.in
+ lo.xcent:sysui/desktop/macosx/lo.xcent.in
vs-code.code-workspace.template:.vscode/vs-code-template.code-workspace.in])
AC_CONFIG_HEADERS([config_host/config_atspi.h])