diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-25 22:48:23 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-26 01:29:05 +0200 |
commit | 7ce4cc7c608399814005e5a7b465bd087077e161 (patch) | |
tree | 5ba1d84247fc495671e0151260e8fe18b3e8e64e | |
parent | a201c00b9330f6e765d9fe10b5a6c120f49a6da8 (diff) |
tubes: also libmerged now links against tubes library
Change-Id: If7faccccb3c92735fc7062880a171e75b750a1da
-rw-r--r-- | Library_merged.mk | 4 |
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: |