summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-03-07 10:08:08 +0200
committerTor Lillqvist <tml@collabora.com>2014-03-07 10:12:29 +0200
commitee39446353a7fd6ba28b6fcf915bc6c020f3bda6 (patch)
tree88cce877fc01c9a620b4b55c1bb25d087995c77b /shell
parente0e2f4c988af9dc73c7b3ce086efddc0a918406d (diff)
Why would we need GNOME and KDE scripts on OS X?
Also, the senddoc script seems fairly AIX/Linux/X11-specific. Change-Id: I06c417df3256204d2b8b29b3978f89b00c15f6f0
Diffstat (limited to 'shell')
-rw-r--r--shell/Module_shell.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk
index 3b84d24a4bbc..78b481cfe358 100644
--- a/shell/Module_shell.mk
+++ b/shell/Module_shell.mk
@@ -101,9 +101,10 @@ ifeq ($(filter DESKTOP,$(BUILD_TYPE)),DESKTOP)
$(eval $(call gb_Module_add_targets,shell,\
Executable_lngconvex \
Library_syssh \
+ StaticLibrary_xmlparser \
))
-ifneq ($(OS),WNT)
+ifneq ($(filter-out MACOSX WNT,$(OS)),)
$(eval $(call gb_Module_add_targets,shell,\
Executable_gnome_open_url \
@@ -113,14 +114,11 @@ $(eval $(call gb_Module_add_targets,shell,\
Package_scripts_gnome \
Package_scripts_kde \
Package_senddoc \
- StaticLibrary_xmlparser \
))
-ifneq ($(filter-out MACOSX IOS ANDROID,$(OS)),)
$(eval $(call gb_Module_add_targets,shell,\
Library_recentfile \
))
-endif
endif