summaryrefslogtreecommitdiff
path: root/smoketest
diff options
context:
space:
mode:
Diffstat (limited to 'smoketest')
-rw-r--r--smoketest/CppunitTest_smoketest.mk2
-rw-r--r--smoketest/Library_smoketest.mk5
2 files changed, 6 insertions, 1 deletions
diff --git a/smoketest/CppunitTest_smoketest.mk b/smoketest/CppunitTest_smoketest.mk
index b99c160dc844..ee0d8156c791 100644
--- a/smoketest/CppunitTest_smoketest.mk
+++ b/smoketest/CppunitTest_smoketest.mk
@@ -33,6 +33,8 @@ $(eval $(call gb_CppunitTest_add_exception_objects,smoketest,\
smoketest/smoketest_too \
))
+$(eval $(call gb_CppunitTest_use_external,smoketest,boost_headers))
+
$(eval $(call gb_CppunitTest_use_api,smoketest,\
offapi \
udkapi \
diff --git a/smoketest/Library_smoketest.mk b/smoketest/Library_smoketest.mk
index 5832bd471e0c..17d0d9b7562d 100644
--- a/smoketest/Library_smoketest.mk
+++ b/smoketest/Library_smoketest.mk
@@ -42,7 +42,10 @@ $(eval $(call gb_Library_use_libraries,smoketest,\
unotest \
))
-$(eval $(call gb_Library_use_external,smoketest,cppunit))
+$(eval $(call gb_Library_use_externals,smoketest,\
+ boost_headers \
+ cppunit \
+))
$(eval $(call gb_Library_add_exception_objects,smoketest,\
smoketest/smoketest \