From a97b392879c96145701b2454b26dc0c4f6aa4bb2 Mon Sep 17 00:00:00 2001 From: Gleb Mishchenko Date: Tue, 22 Mar 2016 10:43:56 +0300 Subject: 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 Reviewed-by: jan iversen Tested-by: jan iversen --- i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'i18nlangtag') diff --git a/i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.mk b/i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.mk index 076f59d51437..41993f9515b2 100644 --- a/i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.mk +++ b/i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.mk @@ -11,10 +11,7 @@ $(eval $(call gb_CppunitTest_CppunitTest,i18nlangtag_test_languagetag)) $(eval $(call gb_CppunitTest_use_external,i18nlangtag_test_languagetag,boost_headers)) -$(eval $(call gb_CppunitTest_use_api,i18nlangtag_test_languagetag,\ - udkapi \ - offapi \ -)) +$(eval $(call gb_CppunitTest_use_sdk_api,i18nlangtag_test_languagetag)) $(eval $(call gb_CppunitTest_use_libraries,i18nlangtag_test_languagetag,\ i18nlangtag \ -- cgit