From bba68c41aeb8d9a19557e974512fc6c74035a6dc Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Sat, 16 Apr 2011 13:37:58 +0200 Subject: include helper by absolute path * otherwise a global gbuild build fails --- writerfilter/Library_ooxml.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'writerfilter/Library_ooxml.mk') diff --git a/writerfilter/Library_ooxml.mk b/writerfilter/Library_ooxml.mk index cab31b12534e..fc7bd8ac8e6e 100644 --- a/writerfilter/Library_ooxml.mk +++ b/writerfilter/Library_ooxml.mk @@ -38,7 +38,7 @@ $(eval $(call gb_Library_set_include,ooxml,\ -I$(OUTDIR)/inc/offuh \ )) -include debug_setup.mk +include $(SRCDIR)/writerfilter/debug_setup.mk $(eval $(call gb_Library_set_defs,ooxml,\ $$(DEFS) \ -- cgit