--- 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` `$(GTK_CONFIG) --cflags` -I.
 
 OBJS=about-dialog.o
 
-CC=gcc
+CC?=gcc
 CFLAGS+=$(INCLUDEFLAGS)
 
 default: $(OBJS)
