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 /solenv/gbuild/templates | |
parent | ec3bf5e35ef08cdf809272d31308d70342993398 (diff) |
LinkTarget.mk: remove gb_LinkTarget_add_package_headers
Diffstat (limited to 'solenv/gbuild/templates')
-rw-r--r-- | solenv/gbuild/templates/Library.mk | 2 | ||||
-rw-r--r-- | solenv/gbuild/templates/StaticLibrary.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/solenv/gbuild/templates/Library.mk b/solenv/gbuild/templates/Library.mk index 972ab8273428..6fa404bf38ad 100644 --- a/solenv/gbuild/templates/Library.mk +++ b/solenv/gbuild/templates/Library.mk @@ -33,7 +33,7 @@ $(eval $(call gb_Library_Library,LIB)) # declare packages that will be delivered before compilation of LIB # learn more about TYPE in the Package.mk template -$(eval $(call gb_Library_add_package_headers,LIB,MODULE_TYPE)) +$(eval $(call gb_Library_use_package,LIB,MODULE_TYPE)) # in case UNO services are exported: declare location of component file $(eval $(call gb_Library_set_componentfile,LIB,MODULE/COMPONENT_FILE)) diff --git a/solenv/gbuild/templates/StaticLibrary.mk b/solenv/gbuild/templates/StaticLibrary.mk index 0bee7b930ab8..2b9bac61568e 100644 --- a/solenv/gbuild/templates/StaticLibrary.mk +++ b/solenv/gbuild/templates/StaticLibrary.mk @@ -27,7 +27,7 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,LIB)) -$(eval $(call gb_StaticLibrary_add_package_headers,LIB,MODULE_inc)) +$(eval $(call gb_StaticLibrary_use_package,LIB,MODULE_inc)) $(eval $(call gb_StaticLibrary_add_exception_objects,LIB,\ )) |