--- 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)