# $Id$ PROG= editor SRCS= editor.cc NOMAN= CFLAGS+= `pkg-config --cflags gtk+-2.0` LDADD+= `pkg-config --libs gtk+-2.0` .include