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.
54 lines
942 B
Makefile
54 lines
942 B
Makefile
## Makefile.am for gimp/data/brushes
|
|
|
|
brushdatadir = $(gimpdatadir)/brushes
|
|
|
|
brushdata_DATA = \
|
|
10x10square.gbr \
|
|
10x10squareBlur.gbr \
|
|
11circle.gbr \
|
|
11fcircle.gbr \
|
|
13circle.gbr \
|
|
13fcircle.gbr \
|
|
15circle.gbr \
|
|
15fcircle.gbr \
|
|
17circle.gbr \
|
|
17fcircle.gbr \
|
|
19circle.gbr \
|
|
19fcircle.gbr \
|
|
1circle.gbr \
|
|
20x20square.gbr \
|
|
20x20squareBlur.gbr \
|
|
3circle.gbr \
|
|
3fcircle.gbr \
|
|
5circle.gbr \
|
|
5fcircle.gbr \
|
|
5x5square.gbr \
|
|
5x5squareBlur.gbr \
|
|
7circle.gbr \
|
|
7fcircle.gbr \
|
|
9circle.gbr \
|
|
9fcircle.gbr \
|
|
DStar11.gbr \
|
|
DStar17.gbr \
|
|
DStar25.gbr \
|
|
SketchBrush-16.gih \
|
|
SketchBrush-32.gih \
|
|
SketchBrush-64.gih \
|
|
callig1.gbr \
|
|
callig2.gbr \
|
|
callig3.gbr \
|
|
callig4.gbr \
|
|
confetti.gbr \
|
|
confetti.gih \
|
|
dunes.gbr \
|
|
feltpen.gih \
|
|
galaxy.gbr \
|
|
galaxy_big.gbr \
|
|
galaxy_small.gbr \
|
|
hsparks.gih \
|
|
pepper.gbr \
|
|
pixel.gbr \
|
|
thegimp.gbr \
|
|
xcf.gbr
|
|
|
|
EXTRA_DIST = $(brushdata_DATA)
|