summaryrefslogtreecommitdiff
path: root/unotools
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
commit3a2fe2277b599328ebebc5b45e83f5caf9b83cd5 (patch)
tree909bc33559f2d7b827d50ecff10d93d71fbd3ea4 /unotools
parente18c853df234a3e05eaf33cb6782d95cc2b70129 (diff)
remove all traces of offuh from makefiles
Diffstat (limited to 'unotools')
-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 1a86c46999..b77a8ebb68 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 \