aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qof/files/fix-includes.patch
blob: 427a88d0ee71d36e7c7f19b79513f18444823315 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- /tmp/Makefile.am	2005-11-13 21:41:47.368686720 +0100
+++ qof-0.6.0-pre1/qof/Makefile.am	2005-11-13 21:41:58.637973528 +0100
@@ -86,13 +86,11 @@
 
 if USE_LIBGDA
 INCLUDES = \
-  -I$(includedir) \
   -DPREFIX=\""$(prefix)"\"  \
   -DDATADIR=\""$(datadir)"\"
 else
 INCLUDES = \
   -I${top_srcdir}/lib/libsql  \
-  -I$(includedir) \
   -DPREFIX=\""$(prefix)"\" \
   -DDATADIR=\""$(datadir)"\"
 endif