diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-04-07 23:22:10 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-04-08 01:05:53 +0200 |
commit | 4c50f23f87e391d93ded2564000589ef1a70696a (patch) | |
tree | bc9bd46141e011c69d34f9122191f5b22224f15e /i18npool | |
parent | ec3bf5e35ef08cdf809272d31308d70342993398 (diff) |
LinkTarget.mk: remove gb_LinkTarget_add_package_headers
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/Library_i18nisolang1.mk | 2 | ||||
-rw-r--r-- | i18npool/Library_i18nsearch.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/i18npool/Library_i18nisolang1.mk b/i18npool/Library_i18nisolang1.mk index 613548ecf252..2ed16de42769 100644 --- a/i18npool/Library_i18nisolang1.mk +++ b/i18npool/Library_i18nisolang1.mk @@ -28,7 +28,7 @@ $(eval $(call gb_Library_Library,i18nisolang1)) -$(eval $(call gb_Library_add_package_headers,i18nisolang1,i18npool_inc)) +$(eval $(call gb_Library_use_package,i18nisolang1,i18npool_inc)) $(eval $(call gb_Library_set_include,i18nisolang1,\ $$(INCLUDE) \ diff --git a/i18npool/Library_i18nsearch.mk b/i18npool/Library_i18nsearch.mk index 88ddbe2a8a00..4194c53c5031 100644 --- a/i18npool/Library_i18nsearch.mk +++ b/i18npool/Library_i18nsearch.mk @@ -28,7 +28,7 @@ $(eval $(call gb_Library_Library,i18nsearch)) -$(eval $(call gb_Library_add_package_headers,i18nsearch,i18npool_inc)) +$(eval $(call gb_Library_use_package,i18nsearch,i18npool_inc)) $(eval $(call gb_Library_set_componentfile,i18nsearch,i18npool/source/search/i18nsearch)) |