--- Makefile.orig Sat Nov 14 04:59:10 1998 +++ Makefile Sat Nov 14 23:07:07 1998 @@ -1,14 +1,14 @@ # uncomment this if you are using > GTK 1.1.3 # (including any gtk after the 1.1.3 _release_) -#DEFS = -DHAVE_GTK_1_1_4=1 +DEFS = -DHAVE_GTK_1_1_4=1 PREFIX=/usr/local -GTK_INCLUDE = `gtk-config --cflags` -GTK_LIB = `gtk-config --libs` +GTK_INCLUDE = `gtk11-config --cflags` +GTK_LIB = `gtk11-config --libs` IMLIB_INCLUDE = `imlib-config --cflags-gdk` IMLIB_LIB = `imlib-config --libs-gdk` -CFLAGS = $(GTK_INCLUDE) $(IMLIB_INCLUDE) +CFLAGS += $(GTK_INCLUDE) $(IMLIB_INCLUDE) LDFLAGS = $(GTK_LIB) $(IMLIB_LIB) CC = gcc -Wall $(CFLAGS) $(DEFS)