2001-11-12 Michael Natterer <mitch@gimp.org> * HACKING: small fix. * configure.in: changed --disable-perl to --enable-perl because it doesn't build properly at the moment. * pixmaps/Makefile.am: removed stuff which is no longer there from EXTRA_DIST. * plug-ins/Makefile.am: put back the $(GIMP_PERL) line in SUBDIRS. * app/widgets/gimpmenuitem.c. include "libgimpwidgets/gimpwidgets.h". * data/Makefile.am * data/brushes/Makefile.am * data/gradients/Makefile.am * data/palettes/Makefile.am * data/patterns/Makefile.am: removed the old "files" hack and put the stuff to EXTRA_DIST. * app/Makefile.am * app/base/Makefile.am * app/core/Makefile.am * app/file/Makefile.am * app/gui/Makefile.am * app/paint-funcs/Makefile.am * app/pdb/Makefile.am * app/tools/Makefile.am * app/widgets/Makefile.am * app/widgets/gimpmenuitem.c * app/xcf/Makefile.am * cursors/Makefile.am * libgimp/Makefile.am * libgimpbase/Makefile.am * libgimpcolor/Makefile.am * libgimpmath/Makefile.am * libgimpwidgets/Makefile.am * m4macros/Makefile.am * themes/Makefile.am * themes/Default/Makefile.am * themes/Default/images/Makefile.am * themes/Default/images/tools/Makefile.am: removed "files" target.
64 lines
1.0 KiB
Makefile
64 lines
1.0 KiB
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
patterndatadir = $(gimpdatadir)/patterns
|
|
|
|
patterndata_DATA = \
|
|
3dgreen.pat \
|
|
Craters.pat \
|
|
Moonfoot.pat \
|
|
amethyst.pat \
|
|
bark.pat \
|
|
blue.pat \
|
|
bluegrid.pat \
|
|
bluesquares.pat \
|
|
blueweb.pat \
|
|
brick.pat \
|
|
burlap.pat \
|
|
burlwood.pat \
|
|
choc_swirl.pat \
|
|
corkboard.pat \
|
|
cracked.pat \
|
|
crinklepaper.pat \
|
|
electric.pat \
|
|
fibers.pat \
|
|
granite1.pat \
|
|
ground1.pat \
|
|
ice.pat \
|
|
java.pat \
|
|
leather.pat \
|
|
leaves.pat \
|
|
leopard.pat \
|
|
lightning.pat \
|
|
marble1.pat \
|
|
marble2.pat \
|
|
marble3.pat \
|
|
nops.pat \
|
|
paper.pat \
|
|
parque1.pat \
|
|
parque2.pat \
|
|
parque3.pat \
|
|
pastel.pat \
|
|
pine.pat \
|
|
pink_marble.pat \
|
|
pool.pat \
|
|
qube1.pat \
|
|
rain.pat \
|
|
recessed.pat \
|
|
redcube.pat \
|
|
rock.pat \
|
|
sky.pat \
|
|
slate.pat \
|
|
sm_squares.pat \
|
|
starfield.pat \
|
|
stone33.pat \
|
|
terra.pat \
|
|
walnut.pat \
|
|
warning.pat \
|
|
wood1.pat \
|
|
wood2.pat \
|
|
wood3.pat \
|
|
wood4.pat \
|
|
wood5.pat
|
|
|
|
EXTRA_DIST = $(patterndata_DATA)
|