[Libreoffice-commits] .: writerfilter/Library_writerfilter.mk
Matus Kukan
mkukan at kemper.freedesktop.org
Mon May 21 07:39:19 PDT 2012
writerfilter/Library_writerfilter.mk | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit 4283c433b91bb2b1d9479bc071d8c02e0c3c4d69
Author: Matúš Kukan <matus.kukan at gmail.com>
Date: Sat May 19 10:10:16 2012 +0200
add dependency on generated files
Change-Id: Idad4558cfa741f1f2e17b270989a8a96ac80dd06
diff --git a/writerfilter/Library_writerfilter.mk b/writerfilter/Library_writerfilter.mk
index 0964cac..b06ee75 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 \
))
More information about the Libreoffice-commits
mailing list