summaryrefslogtreecommitdiff
path: root/scp2/source/gnome
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 /scp2/source/gnome
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 'scp2/source/gnome')
-rw-r--r--scp2/source/gnome/file_gnome.scp2
-rw-r--r--scp2/source/gnome/module_gnome.scp1
2 files changed, 3 insertions, 0 deletions
diff --git a/scp2/source/gnome/file_gnome.scp b/scp2/source/gnome/file_gnome.scp
index 27968b546fc6..9672965b589b 100644
--- a/scp2/source/gnome/file_gnome.scp
+++ b/scp2/source/gnome/file_gnome.scp
@@ -33,6 +33,8 @@ File gid_File_Lib_GIO
Dir = SCP2_OOO_BIN_DIR;
Name = STRING(CONCAT2(ucpgio1.uno,UNXSUFFIX));
End
+
+SPECIAL_COMPONENT_LIB_FILE(gid_File_Lib_Losessioninstall, losessioninstall.uno)
#endif
#ifdef ENABLE_GNOMEVFS
diff --git a/scp2/source/gnome/module_gnome.scp b/scp2/source/gnome/module_gnome.scp
index 80ec3f7a2143..3a2604d09590 100644
--- a/scp2/source/gnome/module_gnome.scp
+++ b/scp2/source/gnome/module_gnome.scp
@@ -55,6 +55,7 @@ Module gid_Module_Optional_Gnome
#endif
#ifdef ENABLE_GIO
gid_File_Lib_GIO,
+ gid_File_Lib_Losessioninstall,
#endif
#ifdef ENABLE_GCONF
gid_File_Lib_Gconfbe,