summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
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