summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2012-03-28 20:56:27 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-07-17 16:40:04 +0200
commit28b8008bc01578d07c6c0cbea8fd22b11afa7b3d (patch)
treeaefc1849eb0d30be441b8a3b428bbb3d6e95a9a1 /scp2
parenteee8efc6449ae390c9bdcaaf278f552565d34e04 (diff)
tubes: include libtubes in instset
Diffstat (limited to 'scp2')
-rw-r--r--scp2/InstallModule_ooo.mk1
-rw-r--r--scp2/source/ooo/file_library_ooo.scp4
2 files changed, 5 insertions, 0 deletions
diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk
index debd26883fb2..652012b0b43c 100644
--- a/scp2/InstallModule_ooo.mk
+++ b/scp2/InstallModule_ooo.mk
@@ -46,6 +46,7 @@ $(eval $(call gb_InstallModule_define_if_set,scp2/ooo,\
ENABLE_NSPLUGIN \
ENABLE_ONLINE_UPDATE \
ENABLE_OPENGL \
+ ENABLE_TELEPATHY \
ENABLE_XMLSEC \
MERGELIBS \
SYSTEM_BOOST \
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index 37e530435d6c..059412075602 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -1849,3 +1849,7 @@ End
#ifdef ENABLE_LOMENUBAR
SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Lomenubar, lomenubar.uno )
#endif
+
+#ifdef ENABLE_TELEPATHY
+STD_LIB_FILE( gid_File_Lib_Tubes , tubes)
+#endif