## Process this file with automake to produce Makefile.in

scriptdata =

SUBDIRS = \
	pixmaps

bin_PROGRAMS = geg

geg_SOURCES = \
	about.c			\
	about.h			\
	app.c			\
	app.h			\
	colors.h		\
	colors.c		\
	colorsel.c		\
	colorsel.h		\
	formulas.c		\
	formulas.h		\
	help.c			\
	help.h			\
	localfunctions.c	\
	localfunctions.h	\
	log.c			\
	log.h			\
	main.c			\
	misc.c			\
	misc.h			\
	parser.c		\
	parser.h		\
	prefs.c			\
	prefs.h			\
	tokeniser.c		\
	tokeniser.h

INCLUDES = \
	$(GTK_CFLAGS)

geg_LDADD = \
	$(GTK_LIBS)


syntax highlighted by Code2HTML, v. 0.9.1