summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/Library_MacOSXSpell.mk5
-rw-r--r--lingucomponent/Library_guesslang.mk5
-rw-r--r--lingucomponent/Library_hyphen.mk5
-rw-r--r--lingucomponent/Library_lnth.mk5
-rw-r--r--lingucomponent/Library_spell.mk5
5 files changed, 5 insertions, 20 deletions
diff --git a/lingucomponent/Library_MacOSXSpell.mk b/lingucomponent/Library_MacOSXSpell.mk
index 4c99452fe4d0..f3f37e2f7b69 100644
--- a/lingucomponent/Library_MacOSXSpell.mk
+++ b/lingucomponent/Library_MacOSXSpell.mk
@@ -34,10 +34,7 @@ $(eval $(call gb_Library_set_include,MacOSXSpell,\
-I$(SRCDIR)/lingucomponent/source/lingutil \
))
-$(eval $(call gb_Library_use_api,MacOSXSpell,\
- udkapi \
- offapi \
-))
+$(eval $(call gb_Library_use_sdk_api,MacOSXSpell))
$(eval $(call gb_Library_use_libraries,MacOSXSpell,\
$(gb_STDLIBS) \
diff --git a/lingucomponent/Library_guesslang.mk b/lingucomponent/Library_guesslang.mk
index 0e1ea8d6bb3e..a2e3ad8bbbc3 100644
--- a/lingucomponent/Library_guesslang.mk
+++ b/lingucomponent/Library_guesslang.mk
@@ -29,10 +29,7 @@ $(eval $(call gb_Library_Library,guesslang))
$(eval $(call gb_Library_set_componentfile,guesslang,lingucomponent/source/languageguessing/guesslang))
-$(eval $(call gb_Library_use_api,guesslang,\
- udkapi \
- offapi \
-))
+$(eval $(call gb_Library_use_sdk_api,guesslang))
$(eval $(call gb_Library_use_libraries,guesslang,\
$(gb_STDLIBS) \
diff --git a/lingucomponent/Library_hyphen.mk b/lingucomponent/Library_hyphen.mk
index d518d6331f43..1fd9e79aaa61 100644
--- a/lingucomponent/Library_hyphen.mk
+++ b/lingucomponent/Library_hyphen.mk
@@ -34,10 +34,7 @@ $(eval $(call gb_Library_set_include,hyphen,\
-I$(SRCDIR)/lingucomponent/source/lingutil \
))
-$(eval $(call gb_Library_use_api,hyphen,\
- udkapi \
- offapi \
-))
+$(eval $(call gb_Library_use_sdk_api,hyphen))
$(eval $(call gb_Library_use_libraries,hyphen,\
$(gb_STDLIBS) \
diff --git a/lingucomponent/Library_lnth.mk b/lingucomponent/Library_lnth.mk
index ae392621d26b..a406d83ada5b 100644
--- a/lingucomponent/Library_lnth.mk
+++ b/lingucomponent/Library_lnth.mk
@@ -34,10 +34,7 @@ $(eval $(call gb_Library_set_include,lnth,\
-I$(SRCDIR)/lingucomponent/source/lingutil \
))
-$(eval $(call gb_Library_use_api,lnth,\
- udkapi \
- offapi \
-))
+$(eval $(call gb_Library_use_sdk_api,lnth))
$(eval $(call gb_Library_use_libraries,lnth,\
$(gb_STDLIBS) \
diff --git a/lingucomponent/Library_spell.mk b/lingucomponent/Library_spell.mk
index 1914917bae83..a9349e089ca6 100644
--- a/lingucomponent/Library_spell.mk
+++ b/lingucomponent/Library_spell.mk
@@ -34,10 +34,7 @@ $(eval $(call gb_Library_set_include,spell,\
-I$(SRCDIR)/lingucomponent/source/lingutil \
))
-$(eval $(call gb_Library_use_api,spell,\
- udkapi \
- offapi \
-))
+$(eval $(call gb_Library_use_sdk_api,spell))
$(eval $(call gb_Library_use_libraries,spell,\
$(gb_STDLIBS) \