[Libreoffice-commits] .: writerfilter/Library_doctok.mk writerfilter/Library_ooxml.mk writerfilter/Library_resourcemodel.mk writerfilter/Library_writerfilter.mk
Bjoern Michaelsen
bmichaelsen at kemper.freedesktop.org
Sat Apr 16 05:25:58 PDT 2011
writerfilter/Library_doctok.mk | 2 +-
writerfilter/Library_ooxml.mk | 2 +-
writerfilter/Library_resourcemodel.mk | 2 +-
writerfilter/Library_writerfilter.mk | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit de0498549eeb4b890918853bf1d9b3ec84fad8b9
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date: Sat Apr 16 13:37:58 2011 +0200
include helper by absolute path
* otherwise a global gbuild build fails
diff --git a/writerfilter/Library_doctok.mk b/writerfilter/Library_doctok.mk
index 912bef2..867802e 100644
--- a/writerfilter/Library_doctok.mk
+++ b/writerfilter/Library_doctok.mk
@@ -38,7 +38,7 @@ $(eval $(call gb_Library_set_include,doctok,\
-I$(OUTDIR)/inc/offuh \
))
-include debug_setup.mk
+include $(SRCDIR)/writerfilter/debug_setup.mk
$(eval $(call gb_Library_set_defs,doctok,\
$$(DEFS) \
diff --git a/writerfilter/Library_ooxml.mk b/writerfilter/Library_ooxml.mk
index cab31b1..fc7bd8a 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) \
diff --git a/writerfilter/Library_resourcemodel.mk b/writerfilter/Library_resourcemodel.mk
index 285e76f..8d1852a 100644
--- a/writerfilter/Library_resourcemodel.mk
+++ b/writerfilter/Library_resourcemodel.mk
@@ -36,7 +36,7 @@ $(eval $(call gb_Library_set_include,resourcemodel,\
-I$(OUTDIR)/inc/offuh \
))
-include debug_setup.mk
+include $(SRCDIR)/writerfilter/debug_setup.mk
$(eval $(call gb_Library_set_defs,resourcemodel,\
$$(DEFS) \
diff --git a/writerfilter/Library_writerfilter.mk b/writerfilter/Library_writerfilter.mk
index a4ffac5..26637b8 100644
--- a/writerfilter/Library_writerfilter.mk
+++ b/writerfilter/Library_writerfilter.mk
@@ -35,7 +35,7 @@ $(eval $(call gb_Library_set_include,writerfilter,\
-I$(OUTDIR)/inc/offuh \
))
-include debug_setup.mk
+include $(SRCDIR)/writerfilter/debug_setup.mk
$(eval $(call gb_Library_set_defs,writerfilter,\
$$(DEFS) \
More information about the Libreoffice-commits
mailing list