From 0e3990bf18ab06b277c045b47a998dca5140797e Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 1 Aug 2011 22:52:05 +0000 Subject: [PATCH] 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 --- filters/kword/msword/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filters/kword/msword/Makefile.am b/filters/kword/msword/Makefile.am index 9dedede9a..e9ede1910 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