diff options
author | David Tardon <dtardon@redhat.com> | 2012-04-08 14:45:43 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-04-08 14:53:10 +0200 |
commit | cd2c512f9f6b6aa000fa48efb18033b3ebb3a264 (patch) | |
tree | a5866410802a9e7271686b189b0b13fe69d03b37 /lotuswordpro | |
parent | 36e7740104e2049518cf826c38eceedac36c8b73 (diff) |
clean up
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk b/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk index a9b1bcd681cc..85e60f6ece89 100644 --- a/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk +++ b/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk @@ -45,10 +45,6 @@ $(eval $(call gb_CppunitTest_use_libraries,lotuswordpro_test_lotuswordpro, \ $(gb_STDLIBS) \ )) -$(eval $(call gb_CppunitTest_set_include,lotuswordpro_test_lotuswordpro,\ - $$(INCLUDE) \ -)) - $(eval $(call gb_CppunitTest_use_api,lotuswordpro_test_lotuswordpro,\ offapi \ udkapi \ @@ -63,8 +59,4 @@ $(eval $(call gb_CppunitTest_use_components,lotuswordpro_test_lotuswordpro,\ $(eval $(call gb_CppunitTest_use_configuration,lotuswordpro_test_lotuswordpro)) -# we need to explicitly depend on library lwpft because it is not implied -# by a link relation -$(call gb_CppunitTest_get_target,lotuswordpro_test_lotuswordpro) : $(call gb_Library_get_target,lwpft) - # vim: set noet sw=4 ts=4: |