blob: efac650ba5a40d8728d7df87afb2a579537c0db3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- libgnome/Makefile.in.orig Tue May 29 22:16:13 2007
+++ libgnome/Makefile.in Tue May 29 22:16:58 2007
@@ -280,6 +280,8 @@
LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
libgnomeincludedir = $(includedir)/libgnome-2.0/libgnome
INCLUDES = \
+ -DPREFIX=\""$(PREFIX)"\" \
+ -DLOCALBASE=\""$(LOCALBASE)"\" \
-I.. \
-I$(srcdir)/.. \
$(WARN_CFLAGS) \
|