blob: 91052c00b16bb9de4a10278f4e5a284c1599ccae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
--- 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
|