diff options
Diffstat (limited to 'shell/Module_shell.mk')
-rw-r--r-- | shell/Module_shell.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk index 48c7cc3d9554..46f081d5d43c 100644 --- a/shell/Module_shell.mk +++ b/shell/Module_shell.mk @@ -22,6 +22,14 @@ $(eval $(call gb_Module_add_targets,shell,\ endif endif +ifeq ($(OS),SOLARIS) +ifeq ($(ENABLE_GIO),TRUE) +$(eval $(call gb_Module_add_targets,shell,\ + Library_losessioninstall \ +)) +endif +endif + ifeq ($(ENABLE_GCONF),TRUE) $(eval $(call gb_Module_add_targets,shell,\ Library_gconfbe \ |