diff options
author | Gleb Mishchenko <gleb.mishchenko.96@gmail.com> | 2016-03-22 10:43:56 +0300 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-06-09 09:47:11 +0000 |
commit | a97b392879c96145701b2454b26dc0c4f6aa4bb2 (patch) | |
tree | cbc4f327035084aaf1a1fd5fe927dedc20ff2f99 /starmath | |
parent | aaebe3c45d3ceac7aba19ad8fd5b1cb621e337b3 (diff) |
tdf#94698 cleanup Makefiles. Get rid of udkapi and offapi
This patch changes occurences in makefiles
from
$(eval $(call gb_CppunitTest_use_api,comphelper_test_config, \
udkapi \
offapi \
))
to
$(eval $(call gb_CppunitTest_use_sdk_api,comphelper_test_config))
(corrected instead of abandon, jani)
Change-Id: Ic96ec65d82d7452e288f05a8b6d576ef543b068e
Reviewed-on: https://gerrit.libreoffice.org/23426
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/CppunitTest_starmath_import.mk | 5 | ||||
-rw-r--r-- | starmath/CppunitTest_starmath_qa_cppunit.mk | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/starmath/CppunitTest_starmath_import.mk b/starmath/CppunitTest_starmath_import.mk index 17a9f716f500..b981be0cc388 100644 --- a/starmath/CppunitTest_starmath_import.mk +++ b/starmath/CppunitTest_starmath_import.mk @@ -16,10 +16,7 @@ $(eval $(call gb_CppunitTest_set_include,starmath_import,\ $(eval $(call gb_CppunitTest_use_external,starmath_import,boost_headers)) -$(eval $(call gb_CppunitTest_use_api,starmath_import,\ - offapi \ - udkapi \ -)) +$(eval $(call gb_CppunitTest_use_sdk_api,starmath_import)) $(eval $(call gb_CppunitTest_add_exception_objects,starmath_import,\ starmath/qa/extras/mmlimport-test \ diff --git a/starmath/CppunitTest_starmath_qa_cppunit.mk b/starmath/CppunitTest_starmath_qa_cppunit.mk index efaa7b39aeff..88e14b71782d 100644 --- a/starmath/CppunitTest_starmath_qa_cppunit.mk +++ b/starmath/CppunitTest_starmath_qa_cppunit.mk @@ -16,10 +16,7 @@ $(eval $(call gb_CppunitTest_set_include,starmath_qa_cppunit,\ $(eval $(call gb_CppunitTest_use_external,starmath_qa_cppunit,boost_headers)) -$(eval $(call gb_CppunitTest_use_api,starmath_qa_cppunit,\ - offapi \ - udkapi \ -)) +$(eval $(call gb_CppunitTest_use_sdk_api,starmath_qa_cppunit)) $(eval $(call gb_CppunitTest_use_library_objects,starmath_qa_cppunit,\ sm \ |