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 --- cppuhelper/Library_cppuhelper.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'cppuhelper') diff --git a/cppuhelper/Library_cppuhelper.mk b/cppuhelper/Library_cppuhelper.mk index 3724459fc97a..c653f0482463 100644 --- a/cppuhelper/Library_cppuhelper.mk +++ b/cppuhelper/Library_cppuhelper.mk @@ -29,8 +29,10 @@ $(eval $(call gb_Library_Library,cppuhelper)) $(eval $(call gb_Library_set_soversion_script,cppuhelper,3,$(SRCDIR)/cppuhelper/source/gcc3.map)) -$(eval $(call gb_Library_add_package_headers,cppuhelper,cppuhelper_generated)) -$(eval $(call gb_Library_add_package_headers,cppuhelper,cppuhelper_inc)) +$(eval $(call gb_Library_use_packages,cppuhelper,\ + cppuhelper_generated \ + cppuhelper_inc \ +)) $(eval $(call gb_Library_set_include,cppuhelper,\ -I$(WORKDIR)/CustomTarget/cppuhelper/unotypes \ -- cgit v1.2.3