summaryrefslogtreecommitdiff
path: root/cppu/CppunitTest_cppu_qa_reference.mk
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/CppunitTest_cppu_qa_reference.mk')
-rw-r--r--cppu/CppunitTest_cppu_qa_reference.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/cppu/CppunitTest_cppu_qa_reference.mk b/cppu/CppunitTest_cppu_qa_reference.mk
index 1dc96fe813fe..a49d546d61c8 100644
--- a/cppu/CppunitTest_cppu_qa_reference.mk
+++ b/cppu/CppunitTest_cppu_qa_reference.mk
@@ -37,10 +37,9 @@ $(eval $(call gb_CppunitTest_use_libraries,cppu_qa_reference, \
$(gb_STDLIBS) \
))
-$(eval $(call gb_CppunitTest_set_include,cppu_qa_reference,\
- -I$(WORKDIR)/CustomTarget/cppu/qa \
- -I$(SRCDIR)/cppu/inc \
- $$(INCLUDE) \
+$(eval $(call gb_CppunitTest_use_internal_comprehensive_api,cppu_qa_reference, \
+ cppu \
+ udkapi \
))
# vim: set noet sw=4 ts=4: