summaryrefslogtreecommitdiff
path: root/shell/Module_shell.mk
diff options
context:
space:
mode:
Diffstat (limited to 'shell/Module_shell.mk')
-rw-r--r--shell/Module_shell.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk
index f520aea372a7..3726c4fa1c1a 100644
--- a/shell/Module_shell.mk
+++ b/shell/Module_shell.mk
@@ -32,6 +32,14 @@ $(eval $(call gb_Module_add_targets,shell,\
Library_localebe \
))
+ifeq ($(OS),LINUX)
+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 \