summaryrefslogtreecommitdiff
path: root/shell/Module_shell.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2016-12-24 06:07:05 +0100
committerMatúš Kukan <matus@libreoffice.org>2016-12-24 08:10:30 +0000
commitb09035675465b156d773e60d6c6650fa12d17766 (patch)
tree3f41c21ccaa889268d08ebae6b251d98b59c61cb /shell/Module_shell.mk
parent120a87a36e04b01c99c3544aca57faf66934d9c7 (diff)
tdf#90753: AutoInstall shell_senddoc package
Change-Id: I6cc638c460a8baa2cd9d29c3b82418b6ecfb630d Reviewed-on: https://gerrit.libreoffice.org/32397 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Matúš Kukan <matus@libreoffice.org>
Diffstat (limited to 'shell/Module_shell.mk')
-rw-r--r--shell/Module_shell.mk11
1 files changed, 2 insertions, 9 deletions
diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk
index 17661e9aa210..53fda24734b6 100644
--- a/shell/Module_shell.mk
+++ b/shell/Module_shell.mk
@@ -94,14 +94,6 @@ $(eval $(call gb_Module_add_targets,shell,\
Library_syssh \
))
-ifneq ($(OS),WNT)
-
-$(eval $(call gb_Module_add_targets,shell,\
- StaticLibrary_xmlparser \
-))
-
-endif
-
ifeq ($(USING_X11),TRUE)
$(eval $(call gb_Module_add_targets,shell,\
Library_recentfile \
@@ -111,9 +103,10 @@ endif
ifneq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,shell,\
+ StaticLibrary_xmlparser \
Executable_uri_encode \
Library_cmdmail \
- Package_senddoc \
+ $(if $(ENABLE_MACOSX_SANDBOX),,Package_senddoc) \
))
endif