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 /toolkit | |
parent | ec3bf5e35ef08cdf809272d31308d70342993398 (diff) |
LinkTarget.mk: remove gb_LinkTarget_add_package_headers
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/Library_tk.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/Library_tk.mk b/toolkit/Library_tk.mk index 0518e7a6dacc..1ba1efd4164d 100644 --- a/toolkit/Library_tk.mk +++ b/toolkit/Library_tk.mk @@ -30,7 +30,7 @@ $(eval $(call gb_Library_Library,tk)) $(eval $(call gb_Library_set_componentfile,tk,toolkit/util/tk)) -$(eval $(call gb_Library_add_package_headers,tk,toolkit_inc)) +$(eval $(call gb_Library_use_package,tk,toolkit_inc)) $(eval $(call gb_Library_set_include,tk,\ $$(INCLUDE) \ |