diff options
author | David Tardon <dtardon@redhat.com> | 2013-04-13 08:52:45 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-04-13 09:26:19 +0200 |
commit | 5cd3da2246bba2e2902010e023922ece2fffbd1e (patch) | |
tree | 41d0ac049b1386fbc25f2211e9ffa204a6c82a8c /cppuhelper | |
parent | a7fb41886ad729361721b59b2bf2fec218674f53 (diff) |
simplify makefiles
Change-Id: I11ea8814d36cdc6d6838ec80b0bbb272d3116b2d
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/CppunitTest_cppuhelper_checkapi.mk | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/cppuhelper/CppunitTest_cppuhelper_checkapi.mk b/cppuhelper/CppunitTest_cppuhelper_checkapi.mk index 5e933d3fbe34..f8042b70e558 100644 --- a/cppuhelper/CppunitTest_cppuhelper_checkapi.mk +++ b/cppuhelper/CppunitTest_cppuhelper_checkapi.mk @@ -27,6 +27,10 @@ $(eval $(call gb_CppunitTest_CppunitTest,cppuhelper_checkapi)) +$(eval $(call gb_CppunitTest_use_custom_headers,cppuhelper_checkapi,\ + cppuhelper/allheaders \ +)) + $(eval $(call gb_CppunitTest_add_exception_objects,cppuhelper_checkapi,\ cppuhelper/qa/checkapi/strings \ )) @@ -36,12 +40,6 @@ $(eval $(call gb_CppunitTest_use_internal_comprehensive_api,cppuhelper_checkapi, udkapi \ )) -# strings.cxx includes generated strings.hxx -$(call gb_CxxObject_get_target,cppuhelper/qa/checkapi/strings) : \ - INCLUDE += -I$(call gb_CustomTarget_get_workdir,cppuhelper/allheaders) -$(call gb_CxxObject_get_target,cppuhelper/qa/checkapi/strings) :| \ - $(call gb_CustomTarget_get_workdir,cppuhelper/allheaders)/cppuhelper_allheaders.hxx - $(eval $(call gb_CppunitTest_use_libraries,cppuhelper_checkapi,\ cppuhelper \ $(gb_UWINAPI) \ |