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 /unotools | |
parent | ec3bf5e35ef08cdf809272d31308d70342993398 (diff) |
LinkTarget.mk: remove gb_LinkTarget_add_package_headers
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/Library_utl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/Library_utl.mk b/unotools/Library_utl.mk index c6892994501f..da53b60443f5 100644 --- a/unotools/Library_utl.mk +++ b/unotools/Library_utl.mk @@ -31,7 +31,7 @@ $(eval $(call gb_Library_Library,utl)) # declare packages that will be delivered before compilation of utl # learn more about TYPE in the Package.mk template -$(eval $(call gb_Library_add_package_headers,utl,unotools_inc)) +$(eval $(call gb_Library_use_package,utl,unotools_inc)) # in case UNO services are exported: declare location of component file $(eval $(call gb_Library_set_componentfile,utl,unotools/util/utl)) |