summaryrefslogtreecommitdiff
path: root/salhelper
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-04-13 08:52:45 +0200
committerDavid Tardon <dtardon@redhat.com>2013-04-13 09:26:19 +0200
commit5cd3da2246bba2e2902010e023922ece2fffbd1e (patch)
tree41d0ac049b1386fbc25f2211e9ffa204a6c82a8c /salhelper
parenta7fb41886ad729361721b59b2bf2fec218674f53 (diff)
simplify makefiles
Change-Id: I11ea8814d36cdc6d6838ec80b0bbb272d3116b2d
Diffstat (limited to 'salhelper')
-rw-r--r--salhelper/CppunitTest_salhelper_checkapi.mk10
1 files changed, 4 insertions, 6 deletions
diff --git a/salhelper/CppunitTest_salhelper_checkapi.mk b/salhelper/CppunitTest_salhelper_checkapi.mk
index 3fd31787da7a..fed7e58a2444 100644
--- a/salhelper/CppunitTest_salhelper_checkapi.mk
+++ b/salhelper/CppunitTest_salhelper_checkapi.mk
@@ -27,18 +27,16 @@
$(eval $(call gb_CppunitTest_CppunitTest,salhelper_checkapi))
+$(eval $(call gb_CppunitTest_use_custom_headers,salhelper_checkapi,\
+ salhelper/allheaders \
+))
+
$(eval $(call gb_CppunitTest_use_external,salhelper_checkapi,boost_headers))
$(eval $(call gb_CppunitTest_add_exception_objects,salhelper_checkapi,\
salhelper/qa/checkapi/strings \
))
-# strings.cxx includes generated strings.hxx
-$(call gb_CxxObject_get_target,salhelper/qa/checkapi/strings) : \
- INCLUDE += -I$(call gb_CustomTarget_get_workdir,salhelper/allheaders)
-$(call gb_CxxObject_get_target,salhelper/qa/checkapi/strings) :| \
- $(call gb_CustomTarget_get_workdir,salhelper/allheaders)/salhelper_allheaders.hxx
-
$(eval $(call gb_CppunitTest_use_libraries,salhelper_checkapi,\
salhelper \
$(gb_UWINAPI) \