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 /svx | |
parent | ec3bf5e35ef08cdf809272d31308d70342993398 (diff) |
LinkTarget.mk: remove gb_LinkTarget_add_package_headers
Diffstat (limited to 'svx')
-rw-r--r-- | svx/Library_svxcore.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk index c1565f10202c..50ef4b2cea2c 100644 --- a/svx/Library_svxcore.mk +++ b/svx/Library_svxcore.mk @@ -32,7 +32,7 @@ $(eval $(call gb_Library_set_componentfile,svxcore,svx/util/svxcore)) $(eval $(call gb_Library_add_sdi_headers,svxcore,svx/sdi/svxslots)) -$(eval $(call gb_Library_add_package_headers,svxcore,\ +$(eval $(call gb_Library_use_packages,svxcore,\ svx_inc \ svx_sdi \ )) |