summaryrefslogtreecommitdiff
path: root/x11/finder/files/patch-ad
blob: 3dbd9140d753e23186e0ee02ea02ecf07d2d614a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- AboutDialog/Makefile	2000/09/04 13:19:20	1.1
+++ AboutDialog/Makefile	2000/09/04 13:19:53
@@ -1,8 +1,8 @@
-INCLUDEFLAGS=`gnome-config --cflags gnome` `gtk-config --cflags` -I.
+INCLUDEFLAGS=`$(X11BASE)/bin/gnome-config --cflags gnome` `$(X11BASE)/bin/gtk12-config --cflags` -I.
 
 OBJS=about-dialog.o
 
-CC=gcc
+CC?=gcc
 CFLAGS+=$(INCLUDEFLAGS)
 
 default: $(OBJS)