--- Makefile.orig	Sat Dec 13 02:34:25 2003
+++ Makefile	Sat Dec 13 02:33:16 2003
@@ -7,15 +7,15 @@
 
 VERSION=1.18l
 
-BINDIR=/usr/local/bin
-SAMPLEDIR=/usr/local/share
+BINDIR=$(PREFIX)/bin
+SAMPLEDIR=$(PREFIX)/share
 
 INSTALL = install
 
-GTKINC=`gtk-config --cflags`
-GTKLIB=`gtk-config --libs`
-GLIBINC=`glib-config --cflags`
-GLIBLIB=`glib-config --libs`
+GTKINC=`gtk12-config --cflags`
+GTKLIB=`gtk12-config --libs`
+GLIBINC=`glib12-config --cflags`
+GLIBLIB=`glib12-config --libs`
 
 CFLAGS += -g $(GLIBINC) $(GTKINC) #-static
 
