summaryrefslogtreecommitdiff
path: root/writerfilter/Library_writerfilter.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-21 18:38:50 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-21 18:38:50 +0200
commit112be98c928c38c5cc63c99e86e0b58b8d2dfe29 (patch)
tree053e3d7dfa670c6c1924d4095d9cfbe622b4b5ba /writerfilter/Library_writerfilter.mk
parent03e6f1338cc18d047582fdb22787ebf0f693d8a2 (diff)
parentd90e0b5999ff65ab9bceb4cbd5ecbd5af232ac3b (diff)
resyncing to master
Diffstat (limited to 'writerfilter/Library_writerfilter.mk')
-rw-r--r--writerfilter/Library_writerfilter.mk9
1 files changed, 8 insertions, 1 deletions
diff --git a/writerfilter/Library_writerfilter.mk b/writerfilter/Library_writerfilter.mk
index 1de3e786fd0e..6e3f6d8e18d0 100644
--- a/writerfilter/Library_writerfilter.mk
+++ b/writerfilter/Library_writerfilter.mk
@@ -37,7 +37,7 @@ $(eval $(call gb_Library_set_componentfile,writerfilter,writerfilter/util/writer
$(eval $(call gb_Library_set_include,writerfilter,\
$$(INCLUDE) \
- -I$(OUTDIR)/inc/offuh \
+))
-I$(realpath $(SRCDIR)/writerfilter/inc) \
-I$(WORKDIR)/CustomTarget/writerfilter/source \
-I$(WORKDIR)/CustomTarget/writerfilter/source/ooxml \
@@ -47,6 +47,11 @@ $(eval $(call gb_Library_set_include,writerfilter,\
-I$(realpath $(SRCDIR)/writerfilter/source/dmapper) \
))
+$(eval $(call gb_Library_add_api,writerfilter,\
+ offapi \
+ udkapi \
+))
+
$(eval $(call gb_Library_set_componentfile,writerfilter,writerfilter/util/writerfilter))
$(eval $(call gb_Library_add_defs,writerfilter,\
@@ -62,8 +67,10 @@ $(eval $(call gb_Library_add_linked_libs,writerfilter,\
i18nisolang1 \
i18npaper \
oox \
+ rtftok \
sal \
sot \
+ svt \
tl \
utl \
$(gb_STDLIBS) \