summaryrefslogtreecommitdiff
path: root/shell/Library_losessioninstall.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-11-09 20:54:11 +0100
committerMichael Stahl <mstahl@redhat.com>2012-11-09 20:54:11 +0100
commit2154fca1fb30dc4b26cac8a98c27d51c78ff6a8f (patch)
treea2a90291e0dc8c4a751d207675aeda8c2e865ec4 /shell/Library_losessioninstall.mk
parent3bdb950f5edac0cdb09318cea307b4342a0fd714 (diff)
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
Diffstat (limited to 'shell/Library_losessioninstall.mk')
-rw-r--r--shell/Library_losessioninstall.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/Library_losessioninstall.mk b/shell/Library_losessioninstall.mk
index ebd98af264bd..65dee35586e6 100644
--- a/shell/Library_losessioninstall.mk
+++ b/shell/Library_losessioninstall.mk
@@ -23,8 +23,6 @@ $(eval $(call gb_Library_use_libraries,losessioninstall,\
sal \
))
-ifeq ($(RTL_OS),Linux)
-ifeq ($(ENABLE_GIO),TRUE)
$(eval $(call gb_Library_use_externals,losessioninstall,\
dbus \
gio \
@@ -34,7 +32,5 @@ $(eval $(call gb_Library_add_exception_objects,losessioninstall,\
shell/source/sessioninstall/SyncDbusSessionHelper \
shell/source/sessioninstall/services \
))
-endif
-endif
# vim:set shiftwidth=4 softtabstop=4 expandtab: