diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-01 22:52:05 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-01 22:52:05 +0000 |
commit | 0e3990bf18ab06b277c045b47a998dca5140797e (patch) | |
tree | 7bbc7ee93cb8a35dd837d88152e99cf5efc528c0 /filters | |
parent | 54f920e47212b92a654432535dd54036833a7087 (diff) | |
download | koffice-0e3990bf18ab06b277c045b47a998dca5140797e.tar.gz koffice-0e3990bf18ab06b277c045b47a998dca5140797e.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
Diffstat (limited to 'filters')
-rw-r--r-- | filters/kword/msword/Makefile.am | 2 |
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 |