summaryrefslogtreecommitdiff
path: root/svx/Library_svxcore.mk
diff options
context:
space:
mode:
Diffstat (limited to 'svx/Library_svxcore.mk')
-rw-r--r--svx/Library_svxcore.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk
index 65134fd50100..a3791ce70fdc 100644
--- a/svx/Library_svxcore.mk
+++ b/svx/Library_svxcore.mk
@@ -36,12 +36,16 @@ $(eval $(call gb_Library_add_package_headers,svxcore,\
svx_sdi \
))
+$(eval $(call gb_Library_add_api,svxcore,\
+ udkapi \
+ offapi \
+))
+
$(eval $(call gb_Library_set_include,svxcore,\
-I$(realpath $(SRCDIR)/svx/inc) \
-I$(realpath $(SRCDIR)/svx/inc/pch) \
-I$(realpath $(SRCDIR)/svx/source/inc) \
$$(INCLUDE) \
- -I$(OUTDIR)/inc/offuh \
-I$(WORKDIR)/SdiTarget/svx/sdi \
))