summaryrefslogtreecommitdiff
path: root/officecfg/CppunitTest_officecfg_cppheader_test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'officecfg/CppunitTest_officecfg_cppheader_test.mk')
-rw-r--r--officecfg/CppunitTest_officecfg_cppheader_test.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/officecfg/CppunitTest_officecfg_cppheader_test.mk b/officecfg/CppunitTest_officecfg_cppheader_test.mk
index d1cdf92e9270..09a4932810e9 100644
--- a/officecfg/CppunitTest_officecfg_cppheader_test.mk
+++ b/officecfg/CppunitTest_officecfg_cppheader_test.mk
@@ -13,6 +13,10 @@ $(eval $(call gb_CppunitTest_use_libraries,officecfg_cppheader_test,\
$(gb_UWINAPI) \
))
+$(eval $(call gb_CppUnitTest_use_custom_headers,officecfg_cppheader_test,\
+ officecfg/registry \
+))
+
$(eval $(call gb_CppunitTest_add_exception_objects,officecfg_cppheader_test, \
officecfg/qa/cppheader \
))
@@ -21,6 +25,4 @@ $(eval $(call gb_CppunitTest_use_api,officecfg_cppheader_test, \
udkapi \
))
-$(eval $(call gb_CppunitTest_use_package,officecfg_cppheader_test,officecfg_cppheader))
-
# vim: set noet sw=4 ts=4: