summaryrefslogtreecommitdiff
path: root/unotools/Library_utl.mk
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/Library_utl.mk')
-rw-r--r--unotools/Library_utl.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/unotools/Library_utl.mk b/unotools/Library_utl.mk
index 1a86c469996c..b77a8ebb6826 100644
--- a/unotools/Library_utl.mk
+++ b/unotools/Library_utl.mk
@@ -35,7 +35,6 @@ $(eval $(call gb_Library_set_include,utl,\
$$(INCLUDE) \
-I$(realpath $(SRCDIR)/unotools/inc/pch) \
-I$(OUTDIR)/inc \
- -I$(OUTDIR)/inc/offuh \
))
$(eval $(call gb_Library_set_defs,utl,\
@@ -43,6 +42,11 @@ $(eval $(call gb_Library_set_defs,utl,\
-DUNOTOOLS_DLLIMPLEMENTATION \
))
+$(eval $(call gb_Library_add_api,utl,\
+ offapi \
+ udkapi \
+))
+
$(eval $(call gb_Library_add_linked_libs,utl,\
comphelper \
cppu \