diff options
Diffstat (limited to 'desktop/Library_unopkgapp.mk')
-rw-r--r-- | desktop/Library_unopkgapp.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/Library_unopkgapp.mk b/desktop/Library_unopkgapp.mk index 04a08bd6074b..93ca09b87ff2 100644 --- a/desktop/Library_unopkgapp.mk +++ b/desktop/Library_unopkgapp.mk @@ -34,7 +34,7 @@ $(eval $(call gb_Library_set_include,unopkgapp,\ -I$(SRCDIR)/desktop/source/inc \ )) -$(eval $(call gb_Library_add_api,unopkgapp,\ +$(eval $(call gb_Library_use_api,unopkgapp,\ offapi \ udkapi \ )) @@ -43,7 +43,7 @@ $(eval $(call gb_Library_add_defs,unopkgapp,\ -DDESKTOP_DLLIMPLEMENTATION \ )) -$(eval $(call gb_Library_add_linked_libs,unopkgapp,\ +$(eval $(call gb_Library_use_libraries,unopkgapp,\ comphelper \ cppu \ cppuhelper \ |