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 /basebmp/Library_basebmp.mk | |
parent | ec3bf5e35ef08cdf809272d31308d70342993398 (diff) |
LinkTarget.mk: remove gb_LinkTarget_add_package_headers
Diffstat (limited to 'basebmp/Library_basebmp.mk')
-rw-r--r-- | basebmp/Library_basebmp.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basebmp/Library_basebmp.mk b/basebmp/Library_basebmp.mk index 731d965ad982..f747d3d6764b 100644 --- a/basebmp/Library_basebmp.mk +++ b/basebmp/Library_basebmp.mk @@ -28,7 +28,7 @@ $(eval $(call gb_Library_Library,basebmp)) -$(eval $(call gb_Library_add_package_headers,basebmp,basebmp_inc)) +$(eval $(call gb_Library_use_package,basebmp,basebmp_inc)) $(eval $(call gb_Library_set_include,basebmp,\ -I$(SRCDIR)/basebmp/inc/ \ |