summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-04-08 14:45:43 +0200
committerDavid Tardon <dtardon@redhat.com>2012-04-08 14:53:10 +0200
commitcd2c512f9f6b6aa000fa48efb18033b3ebb3a264 (patch)
treea5866410802a9e7271686b189b0b13fe69d03b37 /hwpfilter
parent36e7740104e2049518cf826c38eceedac36c8b73 (diff)
clean up
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk9
1 files changed, 0 insertions, 9 deletions
diff --git a/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk b/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk
index a0b01705f1cc..1d3fcd716835 100644
--- a/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk
+++ b/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk
@@ -45,10 +45,6 @@ $(eval $(call gb_CppunitTest_use_libraries,hwpfilter_test_hwpfilter, \
$(gb_STDLIBS) \
))
-$(eval $(call gb_CppunitTest_set_include,hwpfilter_test_hwpfilter,\
- $$(INCLUDE) \
-))
-
$(eval $(call gb_CppunitTest_use_api,hwpfilter_test_hwpfilter,\
offapi \
udkapi \
@@ -63,9 +59,4 @@ $(eval $(call gb_CppunitTest_use_components,hwpfilter_test_hwpfilter,\
$(eval $(call gb_CppunitTest_use_configuration,hwpfilter_test_hwpfilter))
-# we need to explicitly depend on library hwp because it is not implied
-# by a link relation
-$(call gb_CppunitTest_get_target,hwpfilter_test_hwpfilter) : \
- $(call gb_Library_get_target,hwp)
-
# vim: set noet sw=4 ts=4: