blob: 21a31faff5febf0993fa38f52b5d53a6f6d48696 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- libgnome/Makefile.in.orig Tue Nov 5 00:56:43 2002
+++ libgnome/Makefile.in Tue Nov 5 00:58:40 2002
@@ -149,6 +149,8 @@
libgnomeincludedir = $(includedir)/libgnome-2.0/libgnome
INCLUDES = \
+ -DPREFIX="\"$(PREFIX)"\" -DLOCALBASE="\"$(LOCALBASE)\"" \
+ -DX11BASE="\"$(X11BASE)"\" \
-I.. \
-I$(srcdir)/.. \
$(WARN_CFLAGS) \
|