summaryrefslogtreecommitdiff
path: root/sw/Library_swui.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_swui.mk
parent64be4292eb919396c2f06544b9bbaa5568dddb2a (diff)
ause130: #i117218# change .idl handling to gnu make
Diffstat (limited to 'sw/Library_swui.mk')
-rw-r--r--sw/Library_swui.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/sw/Library_swui.mk b/sw/Library_swui.mk
index 0b5c708b6a28..2cdf1b5562a9 100644
--- a/sw/Library_swui.mk
+++ b/sw/Library_swui.mk
@@ -36,13 +36,17 @@ $(eval $(call gb_Library_set_include,swui,\
-I$(WORKDIR)/SdiTarget/sw/sdi \
-I$(WORKDIR)/Misc/sw \
$$(INCLUDE) \
- -I$(OUTDIR)/inc/offuh \
))
$(eval $(call gb_Library_set_defs,swui,\
$$(DEFS) \
))
+$(eval $(call gb_Library_add_api,swui,\
+ udkapi \
+ offapi \
+))
+
$(eval $(call gb_Library_add_linked_libs,swui,\
comphelper \
cppu \