summaryrefslogtreecommitdiff
path: root/vbahelper/Library_vbahelper.mk
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper/Library_vbahelper.mk')
-rwxr-xr-xvbahelper/Library_vbahelper.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/vbahelper/Library_vbahelper.mk b/vbahelper/Library_vbahelper.mk
index 3b78599422e4..f9e2a36d7ccf 100755
--- a/vbahelper/Library_vbahelper.mk
+++ b/vbahelper/Library_vbahelper.mk
@@ -39,7 +39,6 @@ $(eval $(call gb_Library_add_package_headers,vbahelper,vbahelper_inc))
# add any additional include paths for this library here
$(eval $(call gb_Library_set_include,vbahelper,\
$$(INCLUDE) \
- -I$(OUTDIR)/inc/offuh \
))
$(eval $(call gb_Library_set_defs,vbahelper,\
@@ -47,6 +46,12 @@ $(eval $(call gb_Library_set_defs,vbahelper,\
-DVBAHELPER_DLLIMPLEMENTATION \
))
+$(eval $(call gb_Library_add_api,vbahelper,\
+ udkapi \
+ offapi \
+ oovbaapi \
+))
+
# add libraries to be linked to vbahelper; again these names need to be given as
# specified in Repository.mk
$(eval $(call gb_Library_add_linked_libs,vbahelper,\