summaryrefslogtreecommitdiff
path: root/unotest
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 /unotest
parentec3bf5e35ef08cdf809272d31308d70342993398 (diff)
LinkTarget.mk: remove gb_LinkTarget_add_package_headers
Diffstat (limited to 'unotest')
-rw-r--r--unotest/Library_unoexceptionprotector.mk2
-rw-r--r--unotest/Library_unotest.mk2
2 files changed, 2 insertions, 2 deletions
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 \