summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_ww8import.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-03-18 09:47:02 +0100
committerMiklos Vajna <vmiklos@suse.cz>2013-03-18 09:47:41 +0100
commite4e4f776b8b8ef8d9861f5e771c72219314f4ab6 (patch)
treec94c3dba183f31b65fa91877d90f39686f155c13 /sw/CppunitTest_sw_ww8import.mk
parent9aab5054a1c8f6fa0ec8578350210f0aa3c67808 (diff)
let toplevel 'make -sr CppunitTest_sw_ooxmlexport' (and friends) work again
Change-Id: I610ae1d3672f76435def025bd8819780df863dbe
Diffstat (limited to 'sw/CppunitTest_sw_ww8import.mk')
-rw-r--r--sw/CppunitTest_sw_ww8import.mk22
1 files changed, 11 insertions, 11 deletions
diff --git a/sw/CppunitTest_sw_ww8import.mk b/sw/CppunitTest_sw_ww8import.mk
index cb2031f905f1..b1a0957a91f3 100644
--- a/sw/CppunitTest_sw_ww8import.mk
+++ b/sw/CppunitTest_sw_ww8import.mk
@@ -28,13 +28,13 @@
# instead of those above.
#*************************************************************************
-$(eval $(call gb_CppunitTest_CppunitTest,sw_subsequent_ww8import))
+$(eval $(call gb_CppunitTest_CppunitTest,sw_ww8import))
-$(eval $(call gb_CppunitTest_add_exception_objects,sw_subsequent_ww8import, \
+$(eval $(call gb_CppunitTest_add_exception_objects,sw_ww8import, \
sw/qa/extras/ww8import/ww8import \
))
-$(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_ww8import, \
+$(eval $(call gb_CppunitTest_use_libraries,sw_ww8import, \
comphelper \
cppu \
cppuhelper \
@@ -45,26 +45,26 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_subsequent_ww8import, \
$(gb_UWINAPI) \
))
-$(eval $(call gb_CppunitTest_use_externals,sw_subsequent_ww8import,\
+$(eval $(call gb_CppunitTest_use_externals,sw_ww8import,\
boost_headers \
libxml2 \
))
-$(eval $(call gb_CppunitTest_set_include,sw_subsequent_ww8import,\
+$(eval $(call gb_CppunitTest_set_include,sw_ww8import,\
-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_ww8import,\
+$(eval $(call gb_CppunitTest_use_api,sw_ww8import,\
offapi \
udkapi \
))
-$(eval $(call gb_CppunitTest_use_ure,sw_subsequent_ww8import))
+$(eval $(call gb_CppunitTest_use_ure,sw_ww8import))
-$(eval $(call gb_CppunitTest_use_components,sw_subsequent_ww8import,\
+$(eval $(call gb_CppunitTest_use_components,sw_ww8import,\
basic/util/sb \
comphelper/util/comphelp \
configmgr/source/configmgr \
@@ -89,10 +89,10 @@ $(eval $(call gb_CppunitTest_use_components,sw_subsequent_ww8import,\
$(if $(filter DESKTOP,$(BUILD_TYPE)),xmlhelp/util/ucpchelp1) \
))
-$(eval $(call gb_CppunitTest_use_configuration,sw_subsequent_ww8import))
+$(eval $(call gb_CppunitTest_use_configuration,sw_ww8import))
-$(eval $(call gb_CppunitTest_use_filter_configuration,sw_subsequent_ww8import))
+$(eval $(call gb_CppunitTest_use_filter_configuration,sw_ww8import))
-$(eval $(call gb_CppunitTest_use_unittest_configuration,sw_subsequent_ww8import))
+$(eval $(call gb_CppunitTest_use_unittest_configuration,sw_ww8import))
# vim: set noet sw=4 ts=4: