quakeforge/tools/texpaint/Makefile.am
Jeff Teunissen 773eda1929 Okay, all. This is the TexturePaint 1.1 GIMP plugin, modified by me long ago
to work under GIMP 1.2.x -- at taniwha's urging, I am checking this into CVS.

You need libgtk+ v1.2, libgtkglarea v5, libgimp v1.2 (or thereabouts) to get
this to work.
2003-09-12 18:41:29 +00:00

35 lines
470 B
Makefile

AUTOMAKE_OPTIONS = foreign
bin_PROGRAMS = texturepaint
texturepaint_SOURCES = \
main.c \
model.h \
model1.c \
model2.c \
open.c \
pack.c \
pack.h \
q1pal.h \
texturepaint.c \
texturepaint.h \
trackball.c \
trackball.h \
gladesrc.c \
gladesrc.h \
gladesig.h
EXTRA_DIST= \
dialog.glade \
gladesig.c \
Pixmaps/begin.xpm \
Pixmaps/end.xpm \
Pixmaps/play.xpm \
Pixmaps/pause.xpm \
Pixmaps/question.xpm \
Pixmaps/stop.xpm \
Pixmaps/warning.xpm