## Process this file with automake to produce Makefile.in

if HAVE_WEBKIT
help_browser = help-browser
endif

if BUILD_JPEG
file_jpeg = file-jpeg
file_psd = file-psd
endif

if BUILD_PRINT
print = print
endif

if BUILD_PYTHON
pygimp = pygimp
endif

if BUILD_SCRIPT_FU
script_fu = script-fu
endif

if HAVE_MAC_TWAIN
twain = twain
endif

if HAVE_Z
if HAVE_BZIP2
file_compressor = file-compressor
endif
endif

if HAVE_PNG
file_ico = file-ico
endif

if OS_WIN32
twain = twain
win_snap = win-snap
if HAVE_LIBCURL
file_uri = file-uri
endif
else
file_uri = file-uri
endif

if BUILD_XJT
file_xjt = file-xjt
endif

if HAVE_LIBEXIF
metadata = metadata
endif


SUBDIRS = \
	$(script_fu)		\
	$(pygimp)		\
	color-rotate		\
	file-bmp		\
	$(file_compressor)	\
	file-faxg3		\
	file-fits		\
	file-fli		\
	$(file_ico)		\
	$(file_jpeg)		\
	$(file_psd)		\
	file-sgi		\
	$(file_uri)		\
	$(file_xjt)		\
	flame			\
	fractal-explorer	\
	gfig			\
	gimpressionist		\
	gradient-flare		\
	help			\
	$(help_browser)		\
	ifs-compose		\
	imagemap		\
	lighting		\
	map-object		\
	maze			\
	$(metadata)		\
	pagecurl		\
	$(print)		\
	selection-to-path	\
	$(twain)		\
	ui			\
	$(win_snap)		\
	common
