summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorRichard PALO <richard@NetBSD.org>2014-11-10 17:33:47 +0100
committerMichael Stahl <mstahl@redhat.com>2014-11-11 19:44:56 +0100
commita395a395e52af67e943eaa80fc003954fe44efae (patch)
tree83c24264d7c9006e90f706e882cbfe05a195c3c2 /shell
parent5f35b74bb1367a07b1f2d85c6665b31c906b9538 (diff)
Do as for Linux, borrowed from Gabriele Bulfon <gabriele.bulfon at sonicle.com>
Change-Id: Id15c4b355591678023ae97b1183f8f3a01823084 Signed-off-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'shell')
-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 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 \