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:50:14 +0100
commit329429cacf5e1117645bcfed52a15cbd720090a9 (patch)
tree4e0f181b880e8d8ec4aa23a8b2c4e8839a97a5de /shell
parent46fe02b89b2a7f93930f16a399d48efaae0232a4 (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> (cherry picked from commit a395a395e52af67e943eaa80fc003954fe44efae)
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 3c51964e9fad..27158e4630c8 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 \