summaryrefslogtreecommitdiff
path: root/officecfg/CppunitTest_officecfg_cppheader_test.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-07 14:23:10 +0200
committerMichael Stahl <mstahl@redhat.com>2013-05-07 17:07:43 +0200
commit368e06b05affe72b7589b340b2b557c4d387c298 (patch)
tree32db7d18525d615045e4f5453eca07b383a57448 /officecfg/CppunitTest_officecfg_cppheader_test.mk
parentff9fbfd9c9e9a1caa72601df951a7fd85eb8fcc1 (diff)
officecfg: remove Package_cppheader
Instead include generated headers directly from workdir. Change-Id: I9d2bcc07175d2bbc16d3cc548c2245e7a4fb0c65
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: