summaryrefslogtreecommitdiff
path: root/regexp/Library_regexp.mk
diff options
context:
space:
mode:
Diffstat (limited to 'regexp/Library_regexp.mk')
-rw-r--r--regexp/Library_regexp.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/regexp/Library_regexp.mk b/regexp/Library_regexp.mk
index bd3352e6dc14..8ef6f5cb4d5c 100644
--- a/regexp/Library_regexp.mk
+++ b/regexp/Library_regexp.mk
@@ -30,7 +30,7 @@ $(eval $(call gb_Library_Library,i18nregexp))
$(eval $(call gb_Library_add_package_headers,i18nregexp,regexp_inc))
-$(eval $(call gb_Library_add_api,i18nregexp,\
+$(eval $(call gb_Library_use_api,i18nregexp,\
offapi \
udkapi \
))
@@ -39,7 +39,7 @@ $(eval $(call gb_Library_add_defs,i18nregexp,\
-DREGEXP_DLLIMPLEMENTATION \
))
-$(eval $(call gb_Library_add_linked_libs,i18nregexp,\
+$(eval $(call gb_Library_use_libraries,i18nregexp,\
sal \
i18nutil \
$(gb_STDLIBS) \