summaryrefslogtreecommitdiff
path: root/testtools
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-09-30 18:51:11 +0200
committerDavid Tardon <dtardon@redhat.com>2012-10-01 07:21:09 +0200
commit93a3e81816e3479c0d107ba44d473134b51a7712 (patch)
tree5bae6cb4692584c09809039fae0539083e3f0202 /testtools
parent898c34603555b64b330ef5a45b7e60eb82e25b66 (diff)
add missing deps on headers to static libs
Change-Id: I7a28dfa13bf0f98a654eca98eb1cdfd99177f37a
Diffstat (limited to 'testtools')
-rw-r--r--testtools/StaticLibrary_bridgetest.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/testtools/StaticLibrary_bridgetest.mk b/testtools/StaticLibrary_bridgetest.mk
index ed96f3489f42..23254e7f13a8 100644
--- a/testtools/StaticLibrary_bridgetest.mk
+++ b/testtools/StaticLibrary_bridgetest.mk
@@ -27,6 +27,11 @@
$(eval $(call gb_StaticLibrary_StaticLibrary,testtools_bridgetest_s))
+$(eval $(call gb_StaticLibrary_use_packages,testtools_bridgetest_s,\
+ cppu_inc \
+ cppuhelper_inc \
+))
+
$(eval $(call gb_StaticLibrary_use_internal_api,testtools_bridgetest_s,\
bridgetest \
))