summaryrefslogtreecommitdiff
path: root/sw/Library_msword.mk
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2011-05-30 18:14:44 +0200
committerDavid Tardon <dtardon@redhat.com>2011-06-18 11:31:16 +0200
commit185a80eb7191151ea0a2d619272a1c78e2d4a9c1 (patch)
treec8e1b02df51279b8fc23102df022874c6889a9d3 /sw/Library_msword.mk
parent64be4292eb919396c2f06544b9bbaa5568dddb2a (diff)
ause130: #i117218# change .idl handling to gnu make
Diffstat (limited to 'sw/Library_msword.mk')
-rw-r--r--sw/Library_msword.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/sw/Library_msword.mk b/sw/Library_msword.mk
index 9c41a56d9255..00870e3b9177 100644
--- a/sw/Library_msword.mk
+++ b/sw/Library_msword.mk
@@ -39,10 +39,14 @@ $(eval $(call gb_Library_set_include,msword,\
-I$(WORKDIR)/Misc/sw/ \
$$(INCLUDE) \
$(if $(filter YES,$(SYSTEM_LIBXML)),$(LIBXML_CFLAGS)) \
- -I$(OUTDIR)/inc/offuh \
-I$(OUTDIR)/inc/sw \
))
+$(eval $(call gb_Library_add_api,msword,\
+ udkapi \
+ offapi \
+))
+
$(eval $(call gb_Library_set_defs,msword,\
$$(DEFS) \
))