summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-05-19 10:10:16 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-05-21 16:38:00 +0200
commit4283c433b91bb2b1d9479bc071d8c02e0c3c4d69 (patch)
treecf75de771d973025a152c5e67831811af535c0e4 /writerfilter
parent21f8ec1c49efd716669ca55ab946fadd5c97bb7e (diff)
add dependency on generated files
Change-Id: Idad4558cfa741f1f2e17b270989a8a96ac80dd06
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/Library_writerfilter.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/writerfilter/Library_writerfilter.mk b/writerfilter/Library_writerfilter.mk
index 0964cacce065..b06ee756c8c7 100644
--- a/writerfilter/Library_writerfilter.mk
+++ b/writerfilter/Library_writerfilter.mk
@@ -30,6 +30,10 @@ include $(SRCDIR)/writerfilter/source/generated.mk
$(eval $(call gb_Library_Library,writerfilter))
+$(eval $(call gb_Library_use_custom_headers,writerfilter,\
+ writerfilter/source \
+))
+
$(eval $(call gb_Library_set_include,writerfilter,\
$$(INCLUDE) \
-I$(SRCDIR)/writerfilter/inc \
@@ -37,7 +41,6 @@ $(eval $(call gb_Library_set_include,writerfilter,\
-I$(SRCDIR)/writerfilter/source/dmapper \
-I$(SRCDIR)/writerfilter/source/doctok \
-I$(SRCDIR)/writerfilter/source/ooxml \
- -I$(WORKDIR)/CustomTarget/writerfilter/source \
-I$(WORKDIR)/CustomTarget/writerfilter/source/doctok \
-I$(WORKDIR)/CustomTarget/writerfilter/source/ooxml \
))