summaryrefslogtreecommitdiffstats
path: root/formula/Library_for.mk
diff options
context:
space:
mode:
Diffstat (limited to 'formula/Library_for.mk')
-rw-r--r--formula/Library_for.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/formula/Library_for.mk b/formula/Library_for.mk
index f1ac2c82fdbe..b07780880bbc 100644
--- a/formula/Library_for.mk
+++ b/formula/Library_for.mk
@@ -38,7 +38,6 @@ $(eval $(call gb_Library_set_include,for,\
-I$(realpath $(SRCDIR)/formula/inc/pch) \
-I$(realpath $(SRCDIR)/formula/source/core/inc) \
-I$(OUTDIR)/inc \
- -I$(OUTDIR)/inc/offuh \
))
$(eval $(call gb_Library_set_defs,for,\
@@ -46,6 +45,11 @@ $(eval $(call gb_Library_set_defs,for,\
-DFORMULA_DLLIMPLEMENTATION \
))
+$(eval $(call gb_Library_add_api,for,\
+ offapi \
+ udkapi \
+))
+
$(eval $(call gb_Library_add_linked_libs,for,\
comphelper \
cppu \