summaryrefslogtreecommitdiff
path: root/misc/gkrellmfmonitor/files/patch-aa
blob: 65f7814f7c311f794fcde8d2fac0920bd2638220 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- Makefile.orig	Sun Sep  8 14:16:15 2002
+++ Makefile	Sun Sep  8 14:16:40 2002
@@ -1,7 +1,7 @@
 # Sample Makefile for a GKrellM plugin
 
-GTK_INCLUDE = `gtk-config --cflags`
-GTK_LIB = `gtk-config --libs`
+GTK_INCLUDE = `gtk12-config --cflags`
+GTK_LIB = `gtk12-config --libs`
 
 IMLIB_INCLUDE = `imlib-config --cflags-gdk`
 IMLIB_LIB = `imlib-config --libs-gdk`
@@ -18,6 +18,8 @@
 OBJS = fmonitor.o
 SOBJ = fmonitor.so
 
+
+all: fmonitor.so
 
 $(SOBJ): $(OBJS)
 	$(CC) $(OBJS) -o $(SOBJ) $(LFLAGS) $(LIBS)