diff options
Diffstat (limited to 'eventattacher')
-rw-r--r-- | eventattacher/Library_evtatt.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eventattacher/Library_evtatt.mk b/eventattacher/Library_evtatt.mk index 8a1ca73c90e6..bab924313dd9 100644 --- a/eventattacher/Library_evtatt.mk +++ b/eventattacher/Library_evtatt.mk @@ -32,7 +32,7 @@ $(eval $(call gb_Library_Library,evtatt)) $(eval $(call gb_Library_set_componentfile,evtatt,eventattacher/source/evtatt)) -$(eval $(call gb_Library_add_linked_libs,evtatt,\ +$(eval $(call gb_Library_use_libraries,evtatt,\ cppuhelper \ cppu \ sal \ @@ -43,7 +43,7 @@ $(eval $(call gb_Library_add_exception_objects,evtatt,\ eventattacher/source/eventattacher \ )) -$(eval $(call gb_Library_add_api,evtatt,\ +$(eval $(call gb_Library_use_api,evtatt,\ udkapi \ )) |