From 4c50f23f87e391d93ded2564000589ef1a70696a Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 7 Apr 2012 23:22:10 +0200 Subject: LinkTarget.mk: remove gb_LinkTarget_add_package_headers --- unotest/Library_unoexceptionprotector.mk | 2 +- unotest/Library_unotest.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'unotest') diff --git a/unotest/Library_unoexceptionprotector.mk b/unotest/Library_unoexceptionprotector.mk index c23b1959ac3b..fc850fc584c9 100644 --- a/unotest/Library_unoexceptionprotector.mk +++ b/unotest/Library_unoexceptionprotector.mk @@ -27,7 +27,7 @@ $(eval $(call gb_Library_Library,unoexceptionprotector)) -$(eval $(call gb_Library_add_package_headers,unoexceptionprotector,unotest_inc)) +$(eval $(call gb_Library_use_package,unoexceptionprotector,unotest_inc)) $(eval $(call gb_Library_use_api,unoexceptionprotector,\ udkapi \ diff --git a/unotest/Library_unotest.mk b/unotest/Library_unotest.mk index 96ad171aad80..0d3672e33fae 100644 --- a/unotest/Library_unotest.mk +++ b/unotest/Library_unotest.mk @@ -27,7 +27,7 @@ $(eval $(call gb_Library_Library,unotest)) -$(eval $(call gb_Library_add_package_headers,unotest,unotest_inc)) +$(eval $(call gb_Library_use_package,unotest,unotest_inc)) $(eval $(call gb_Library_add_defs,unotest,\ -DOOO_DLLIMPLEMENTATION_UNOTEST \ -- cgit