gimp/plug-ins/FractalExplorer/fractalexplorer-examples/Makefile.am
Michael Natterer 737aa1a0de corrected a typo
1999-03-25  Michael Natterer  <mitschel@cs.tu-berlin.de>

	* unitrc: corrected a typo

	* app/commands.c
	* app/global_edit.c
	* app/gradient.c
	* app/interface.[ch]
	* app/palette.c
	* app/paths_dialog.c: the query_[string|..]_boxes connect their
	close callback to a user provided signal now.

	* libgimp/gimpimage.c: gimp_image_get_unit() doesn't need a
	g_return_if_fail()

	* libgimp/gimpunitmenu.c: memory leak & compiler warning

	* configure.in
	* gimprc.in
	* user_install
	* user_install.bat
	* plug-ins/Makefile.am
	* plug-ins/FractalExplorer/*: added the FractalExplorer plugin.

	* app/install.c: ditto and made the install help text more
	editable by moving it to an array.
1999-03-25 23:14:36 +00:00

46 lines
737 B
Makefile

## Process this file with automake to produce Makefile.in
fractalexplorerdatadir = $(gimpdatadir)/fractalexplorer
fractalexplorerdata_DATA = \
Asteroid_Field \
Bar_Code_Label \
Beauty_of_Nature \
Blue_Curtain \
Car_Track \
Energetic_Diamond \
Explosive \
Flower \
Fragments \
Hemp \
High_Voltage \
Hoops \
Ice_Crystal \
Leaves \
Lightning \
Mandelbrot \
Marble \
Marble2 \
Medusa \
Nautilus \
Nebula \
Plant \
Rose \
Saturn \
Snow_Crystal \
Soma \
Spark \
Suns \
Tentacles \
The_Green_Place \
Wave \
Wood \
Zooming_Circle
EXTRA_DIST = $(fractalexplorerdata_DATA)
files:
@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
echo $$p; \
done