From 2154fca1fb30dc4b26cac8a98c27d51c78ff6a8f Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 9 Nov 2012 20:54:11 +0100 Subject: scp2: try to move losessioninstall so it does not break WNT build Also MSVC does not like libraries that do not have any objects. Change-Id: I172fe0b61db9de6c7c4975a7b7c7fa63624b1865 --- shell/Module_shell.mk | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'shell/Module_shell.mk') diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk index 50687acc4e4c..3726c4fa1c1a 100644 --- a/shell/Module_shell.mk +++ b/shell/Module_shell.mk @@ -30,8 +30,15 @@ $(eval $(call gb_Module_Module,shell)) $(eval $(call gb_Module_add_targets,shell,\ Library_desktopbe \ 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,\ -- cgit v1.2.3