diff options
author | Richard PALO <richard@NetBSD.org> | 2014-11-10 17:33:47 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-11-11 19:44:56 +0100 |
commit | a395a395e52af67e943eaa80fc003954fe44efae (patch) | |
tree | 83c24264d7c9006e90f706e882cbfe05a195c3c2 /shell | |
parent | 5f35b74bb1367a07b1f2d85c6665b31c906b9538 (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.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 \ |