tubes: also libmerged now links against tubes library

Change-Id: If7faccccb3c92735fc7062880a171e75b750a1da
This commit is contained in:
Matúš Kukan 2012-07-25 22:48:23 +02:00
parent a201c00b93
commit 7ce4cc7c60

View file

@ -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: