summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-04-16 13:37:58 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-04-16 13:37:58 +0200
commitbba68c41aeb8d9a19557e974512fc6c74035a6dc (patch)
treee0a81d5b1cabe83d0b8f5845b118aac5acdd38a6
parent157fc233b99d3fabbe3e696461519ca820bce0df (diff)
include helper by absolute path
* otherwise a global gbuild build fails
-rw-r--r--writerfilter/Library_doctok.mk2
-rw-r--r--writerfilter/Library_ooxml.mk2
-rw-r--r--writerfilter/Library_resourcemodel.mk2
-rw-r--r--writerfilter/Library_writerfilter.mk2
4 files changed, 4 insertions, 4 deletions
diff --git a/writerfilter/Library_doctok.mk b/writerfilter/Library_doctok.mk
index 912bef2bfce3..867802ebf693 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 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) \
diff --git a/writerfilter/Library_resourcemodel.mk b/writerfilter/Library_resourcemodel.mk
index 285e76f6bae0..8d1852ac360d 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 a4ffac58e634..26637b80027b 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) \