summaryrefslogtreecommitdiffstats
path: root/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in
blob: a013d0a775d1e2b35c0af267236d25901ba96049 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- libgnomevfs/Makefile.in.orig    Wed Nov 13 13:29:42 2002
+++ libgnomevfs/Makefile.in Wed Nov 13 13:32:39 2002
@@ -335,7 +335,7 @@
 
 
 # Platform specific includes
-libgnomevfsplatformincludedir = $(libdir)/gnome-vfs-2.0/include
+libgnomevfsplatformincludedir = $(includedir)/gnome-vfs-2.0/libgnomevfs
 libgnomevfsplatforminclude_HEADERS = \
    gnome-vfs-file-size.h
 
@@ -935,7 +935,7 @@
 
 
 %.c %.h: %.gob
-   $(top_srcdir)/gob/src/gob2 $<
+   %%LOCALBASE%%/bin/gob2 $<
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.