gimp/plug-ins/Makefile.am
Sven Neumann 67dbecc926 configure.in use automake conditionals for subdirectories so that they
2003-06-09  Sven Neumann  <sven@gimp.org>

	* configure.in
	* plug-ins/Makefile.am: use automake conditionals for
	subdirectories so that they will always be included in the
	tarball.
2003-06-09 15:29:20 +00:00

64 lines
748 B
Makefile

## Process this file with automake to produce Makefile.in
EXTRA_DIST = \
makefile.msc
if BUILD_PRINT
print = print
endif
if BUILD_PYTHON
pygimp = pygimp
endif
if BUILD_HELPBROWSER
helpbrowser = helpbrowser
endif
if BUILD_WEBBROWSER
webbrowser = webbrowser
endif
if BUILD_XJT
xjt = xjt
endif
if OS_WIN32
win32dirs = \
twain \
winsnap
endif
SUBDIRS = \
libgck \
dbbrowser \
script-fu \
FractalExplorer \
Lighting \
MapObject \
bmp \
faxg3 \
fits \
flame \
fp \
gfig \
gflare \
gfli \
gimpressionist \
$(helpbrowser) \
ifscompose \
imagemap \
maze \
mosaic \
pagecurl \
$(print) \
$(pygimp) \
rcm \
sgi \
sel2path \
$(webbrowser) \
$(win32dirs) \
$(xjt) \
common