summaryrefslogtreecommitdiff
path: root/writerperfect
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-09-09 22:25:01 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-09-09 22:25:01 +0200
commitc6044b8afe1baad24f269160eaadaab2016f993c (patch)
treeac1742cc6428ab2a28212d91aaa922962ccf269b /writerperfect
parent7607e0db191db41e35f24755a4f684c3fc8f90e6 (diff)
Work around a problem when building with system libwpd and libwpg
before somebody who has a clue fixes it
Diffstat (limited to 'writerperfect')
-rw-r--r--writerperfect/StaticLibrary_writerperfect.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/writerperfect/StaticLibrary_writerperfect.mk b/writerperfect/StaticLibrary_writerperfect.mk
index a31e4da1b980..ec4dfbc37673 100644
--- a/writerperfect/StaticLibrary_writerperfect.mk
+++ b/writerperfect/StaticLibrary_writerperfect.mk
@@ -30,6 +30,8 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,writerperfect))
$(eval $(call gb_StaticLibrary_set_include,writerperfect,\
$$(INCLUDE) \
+ $(LIBWPD_CFLAGS) \
+ $(LIBWPG_CFLAGS) \
-I$(realpath $(SRCDIR)/writerperfect/source) \
))