summaryrefslogtreecommitdiff
path: root/basegfx
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 /basegfx
parentec3bf5e35ef08cdf809272d31308d70342993398 (diff)
LinkTarget.mk: remove gb_LinkTarget_add_package_headers
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/Library_basegfx.mk2
-rw-r--r--basegfx/StaticLibrary_basegfx_s.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/basegfx/Library_basegfx.mk b/basegfx/Library_basegfx.mk
index 4e88a3e1ad10..64e5a10c3aa1 100644
--- a/basegfx/Library_basegfx.mk
+++ b/basegfx/Library_basegfx.mk
@@ -28,7 +28,7 @@
$(eval $(call gb_Library_Library,basegfx))
-$(eval $(call gb_Library_add_package_headers,basegfx,basegfx_inc))
+$(eval $(call gb_Library_use_package,basegfx,basegfx_inc))
$(eval $(call gb_Library_set_include,basegfx,\
-I$(SRCDIR)/basegfx/inc \
diff --git a/basegfx/StaticLibrary_basegfx_s.mk b/basegfx/StaticLibrary_basegfx_s.mk
index 70c5a07b6bd3..cbfe817fdf63 100644
--- a/basegfx/StaticLibrary_basegfx_s.mk
+++ b/basegfx/StaticLibrary_basegfx_s.mk
@@ -28,7 +28,7 @@
$(eval $(call gb_StaticLibrary_StaticLibrary,basegfx_s))
-$(eval $(call gb_StaticLibrary_add_package_headers,basegfx_s,basegfx_inc))
+$(eval $(call gb_StaticLibrary_use_package,basegfx_s,basegfx_inc))
$(eval $(call gb_StaticLibrary_set_include,basegfx_s,\
-I$(SRCDIR)/basegfx/inc \