summaryrefslogtreecommitdiff
path: root/Library_merged.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Library_merged.mk')
-rw-r--r--Library_merged.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library_merged.mk b/Library_merged.mk
index 49c90cfae2ae..68874e14f802 100644
--- a/Library_merged.mk
+++ b/Library_merged.mk
@@ -88,4 +88,8 @@ $(eval $(call gb_Library_use_libraries,merged,\
))
endif
+ifeq ($(ENABLE_TELEPATHY),TRUE)
+$(eval $(call gb_Library_use_libraries,merged,tubes))
+endif
+
# vim: set noet sw=4 ts=4: