gimp/plug-ins/Makefile.am
Nate Summers 4f00ac76e9 plug-ins/tools/.cvsignore new directory for tool plug-ins
* plug-ins/tools/.cvsignore
 	* plug-ins/tools/Makefile.am: new directory for tool plug-ins

 	* plug-ins/tools/common/.cvsignore
 	* plug-ins/tools/common/Makefile.am: unified directory for single-file
 	tool plug-ins, just like the "common" subdirectory for plug-ins

 	* plug-ins/tools/common/gimpbrushselecttool.[ch]: start of a
 	tool plug-in that uses the current brush to select from the image.

	* configure.in
	* plug-ins/Makefile.am: changed accordingly
2002-02-13 05:47:43 +00:00

66 lines
977 B
Makefile

## Process this file with automake to produce Makefile.in
EXTRA_DIST = \
makefile.mingw \
makefile.mingw.in \
makefile.msc \
twain/README \
twain/tw_dump.c \
twain/tw_dump.h \
twain/tw_func.c \
twain/tw_func.h \
twain/tw_sess.c \
twain/tw_util.c \
twain/tw_util.h \
twain/twain.c \
twain/twain.h \
winsnap/resource.h \
winsnap/select.cur \
winsnap/small.ico \
winsnap/winsnap.c \
winsnap/winsnap.h \
winsnap/winsnap.ico \
winsnap/winsnap.rc
## if BUILD_PYTHON
## pygimp=pygimp
## else
## pygimp=
## endif
SUBDIRS = \
libgck \
dbbrowser \
script-fu \
FractalExplorer \
Lighting \
MapObject \
bmp \
faxg3 \
fits \
flame \
fp \
gfig \
gflare \
gfli \
$(GIMP_PERL) \
gimpressionist \
$(HELPBROWSER) \
ifscompose \
imagemap \
maze \
mosaic \
pagecurl \
print \
rcm \
sgi \
sel2path \
$(WEBBROWSER) \
$(XJT) \
plugin-helper \
common \
tools
## gap \
## gdyntext \