summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-01 22:52:05 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-01 22:52:05 +0000
commit0e3990bf18ab06b277c045b47a998dca5140797e (patch)
tree7bbc7ee93cb8a35dd837d88152e99cf5efc528c0
parent54f920e47212b92a654432535dd54036833a7087 (diff)
downloadkoffice-0e3990bf.tar.gz
koffice-0e3990bf.zip
Fix koffice FTBFS under Ubuntu Natty with nasty include path hack
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1244335 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--filters/kword/msword/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/kword/msword/Makefile.am b/filters/kword/msword/Makefile.am
index 9dedede9..e9ede191 100644
--- a/filters/kword/msword/Makefile.am
+++ b/filters/kword/msword/Makefile.am
@@ -1,6 +1,6 @@
####### General stuff
-INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) $(LIBWV2_CFLAGS) $(all_includes)
+INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) $(LIBWV2_CFLAGS) $(all_includes) -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
####### Files