summaryrefslogtreecommitdiff
path: root/unotools/Library_utl.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-05-30 18:47:58 +0200
committerDavid Tardon <dtardon@redhat.com>2011-06-18 11:29:28 +0200
commit254cb2dc95c29e0ddf250db5daf775f9897f5790 (patch)
treef2fa9a01ebd1019c16ec5d8a3aab0ffa9bcf4c49 /unotools/Library_utl.mk
parent0e6ab013f7def9891c2e982bec76458a64953c20 (diff)
remove all traces of offuh from makefiles
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 \