From e4e4f776b8b8ef8d9861f5e771c72219314f4ab6 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 18 Mar 2013 09:47:02 +0100 Subject: let toplevel 'make -sr CppunitTest_sw_ooxmlexport' (and friends) work again Change-Id: I610ae1d3672f76435def025bd8819780df863dbe --- sw/CppunitTest_sw_odfexport.mk | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'sw/CppunitTest_sw_odfexport.mk') diff --git a/sw/CppunitTest_sw_odfexport.mk b/sw/CppunitTest_sw_odfexport.mk index 36fad9b670c9..9422a89e7850 100644 --- a/sw/CppunitTest_sw_odfexport.mk +++ b/sw/CppunitTest_sw_odfexport.mk @@ -28,13 +28,13 @@ # instead of those above. #************************************************************************* -$(eval $(call gb_CppunitTest_CppunitTest,sw_subsequent_odfexport)) +$(eval $(call gb_CppunitTest_CppunitTest,sw_odfexport)) -$(eval $(call gb_CppunitTest_add_exception_objects,sw_subsequent_odfexport, \ +$(eval $(call gb_CppunitTest_add_exception_objects,sw_odfexport, \ sw/qa/extras/odfexport/odfexport \ )) -$(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_odfexport, \ +$(eval $(call gb_CppunitTest_use_libraries,sw_odfexport, \ comphelper \ cppu \ cppuhelper \ @@ -48,26 +48,26 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_odfexport, \ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_use_externals,sw_subsequent_odfexport,\ +$(eval $(call gb_CppunitTest_use_externals,sw_odfexport,\ boost_headers \ libxml2 \ )) -$(eval $(call gb_CppunitTest_set_include,sw_subsequent_odfexport,\ +$(eval $(call gb_CppunitTest_set_include,sw_odfexport,\ -I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/qa/extras/inc \ $$(INCLUDE) \ )) -$(eval $(call gb_CppunitTest_use_api,sw_subsequent_odfexport,\ +$(eval $(call gb_CppunitTest_use_api,sw_odfexport,\ offapi \ udkapi \ )) -$(eval $(call gb_CppunitTest_use_ure,sw_subsequent_odfexport)) +$(eval $(call gb_CppunitTest_use_ure,sw_odfexport)) -$(eval $(call gb_CppunitTest_use_components,sw_subsequent_odfexport,\ +$(eval $(call gb_CppunitTest_use_components,sw_odfexport,\ basic/util/sb \ comphelper/util/comphelp \ configmgr/source/configmgr \ @@ -94,10 +94,10 @@ $(eval $(call gb_CppunitTest_use_components,sw_subsequent_odfexport,\ xmloff/util/xo \ )) -$(eval $(call gb_CppunitTest_use_configuration,sw_subsequent_odfexport)) +$(eval $(call gb_CppunitTest_use_configuration,sw_odfexport)) -$(eval $(call gb_CppunitTest_use_filter_configuration,sw_subsequent_odfexport)) +$(eval $(call gb_CppunitTest_use_filter_configuration,sw_odfexport)) -$(eval $(call gb_CppunitTest_use_unittest_configuration,sw_subsequent_odfexport)) +$(eval $(call gb_CppunitTest_use_unittest_configuration,sw_odfexport)) # vim: set noet sw=4 ts=4: -- cgit