diff options
Diffstat (limited to 'i18npool/Executable_saxparser.mk')
-rw-r--r-- | i18npool/Executable_saxparser.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i18npool/Executable_saxparser.mk b/i18npool/Executable_saxparser.mk index 03376a25e23e..cbd01f8c07d1 100644 --- a/i18npool/Executable_saxparser.mk +++ b/i18npool/Executable_saxparser.mk @@ -32,12 +32,12 @@ $(eval $(call gb_Executable_set_include,saxparser,\ $$(INCLUDE) \ )) -$(eval $(call gb_Executable_add_api,saxparser,\ +$(eval $(call gb_Executable_use_api,saxparser,\ udkapi \ offapi \ )) -$(eval $(call gb_Executable_add_linked_libs,saxparser,\ +$(eval $(call gb_Executable_use_libraries,saxparser,\ cppu \ cppuhelper \ sal \ |