summaryrefslogtreecommitdiff
path: root/solenv/gbuild/templates/Library.mk
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/gbuild/templates/Library.mk')
-rw-r--r--solenv/gbuild/templates/Library.mk2
1 files changed, 1 insertions, 1 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))