summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-04-07 23:22:10 +0200
committerMichael Stahl <mstahl@redhat.com>2012-04-08 01:05:53 +0200
commit4c50f23f87e391d93ded2564000589ef1a70696a (patch)
treebc9bd46141e011c69d34f9122191f5b22224f15e /cppuhelper
parentec3bf5e35ef08cdf809272d31308d70342993398 (diff)
LinkTarget.mk: remove gb_LinkTarget_add_package_headers
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/Library_cppuhelper.mk6
1 files changed, 4 insertions, 2 deletions
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 \