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.
46 lines
767 B
Makefile
46 lines
767 B
Makefile
## Makefile.am for gimp/data/palettes
|
|
|
|
palettedatadir = $(gimpdatadir)/palettes
|
|
|
|
palettedata_DATA = \
|
|
Bears.gpl \
|
|
Bgold.gpl \
|
|
Blues.gpl \
|
|
Borders.gpl \
|
|
Browns_And_Yellows.gpl \
|
|
Caramel.gpl \
|
|
Cascade.gpl \
|
|
China.gpl \
|
|
Coldfire.gpl \
|
|
Cool_Colors.gpl \
|
|
Cranes.gpl \
|
|
Dark_pastels.gpl \
|
|
Default.gpl \
|
|
Ega.gpl \
|
|
Firecode.gpl \
|
|
Gold.gpl \
|
|
Grayblue.gpl \
|
|
Grays.gpl \
|
|
GrayViolet.gpl \
|
|
Greens.gpl \
|
|
Hilite.gpl \
|
|
Kahki.gpl \
|
|
Lights.gpl \
|
|
Muted.gpl \
|
|
Named_Colors.gpl \
|
|
News3.gpl \
|
|
Op2.gpl \
|
|
Paintjet.gpl \
|
|
Pastels.gpl \
|
|
Plasma.gpl \
|
|
Reds.gpl \
|
|
Reds_And_Purples.gpl \
|
|
Royal.gpl \
|
|
Topographic.gpl \
|
|
Visibone.gpl \
|
|
Visibone_2.gpl \
|
|
Volcano.gpl \
|
|
Warm_Colors.gpl \
|
|
Web.gpl
|
|
|
|
EXTRA_DIST = $(palettedata_DATA)
|