summaryrefslogtreecommitdiff
path: root/binaryurp
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-16 13:15:31 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-16 13:15:31 +0000
commitbd08ebde36e5bce2d56d1c50b7fd251a2e8035e4 (patch)
tree75671e5406a9a5517b2fde638539e5d48ab09305 /binaryurp
parentbf96ec5d8af6fe806ee634e556f7a9a105894f0f (diff)
restore dependencies
Change-Id: I20645122bc80d729093dff8d1a8094c6fbf7d68a
Diffstat (limited to 'binaryurp')
-rw-r--r--binaryurp/CppunitTest_binaryurp_test-cache.mk2
-rw-r--r--binaryurp/CppunitTest_binaryurp_test-unmarshal.mk2
-rw-r--r--binaryurp/Library_binaryurp.mk2
3 files changed, 6 insertions, 0 deletions
diff --git a/binaryurp/CppunitTest_binaryurp_test-cache.mk b/binaryurp/CppunitTest_binaryurp_test-cache.mk
index 91dea7b544b1..59191f3bfd0c 100644
--- a/binaryurp/CppunitTest_binaryurp_test-cache.mk
+++ b/binaryurp/CppunitTest_binaryurp_test-cache.mk
@@ -9,6 +9,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,binaryurp_test-cache))
+$(eval $(call gb_CppunitTest_use_external,binaryurp_test-cache,boost_headers))
+
$(eval $(call gb_CppunitTest_use_libraries,binaryurp_test-cache,\
sal \
$(gb_UWINAPI) \
diff --git a/binaryurp/CppunitTest_binaryurp_test-unmarshal.mk b/binaryurp/CppunitTest_binaryurp_test-unmarshal.mk
index 730b7029bb88..b4da09abf523 100644
--- a/binaryurp/CppunitTest_binaryurp_test-unmarshal.mk
+++ b/binaryurp/CppunitTest_binaryurp_test-unmarshal.mk
@@ -9,6 +9,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,binaryurp_test-unmarshal))
+$(eval $(call gb_CppunitTest_use_external,binaryurp_test-unmarshal,boost_headers))
+
$(eval $(call gb_CppunitTest_use_libraries,binaryurp_test-unmarshal,\
cppu \
cppuhelper \
diff --git a/binaryurp/Library_binaryurp.mk b/binaryurp/Library_binaryurp.mk
index fb7e59486a6d..05f5470847a7 100644
--- a/binaryurp/Library_binaryurp.mk
+++ b/binaryurp/Library_binaryurp.mk
@@ -13,6 +13,8 @@ $(eval $(call gb_Library_set_componentfile,binaryurp,binaryurp/source/binaryurp)
$(eval $(call gb_Library_use_udk_api,binaryurp))
+$(eval $(call gb_Library_use_external,binaryurp,boost_headers))
+
$(eval $(call gb_Library_use_libraries,binaryurp,\
cppu \
cppuhelper \