gimp/plug-ins/Makefile.am
Sven Neumann 82bb56042c plug-ins/winicon/Makefile.am plug-ins/winicon/icodialog.c
2006-10-16  Sven Neumann  <sven@gimp.org>

	* plug-ins/winicon/Makefile.am
	* plug-ins/winicon/icodialog.c
	* plug-ins/winicon/icoload.c
	* plug-ins/winicon/icosave.c
	* plug-ins/winicon/main.h: applied patch from Aurimas Juška that
	adds support for the loading and saving Vista 256x256 PNG
	Compressed Icons (bug #352899).

	* configure.in
	* plug-ins/Makefile.am: don't build the winicon plug-in if PNG
	support has been explicitely disabled.
2006-10-16 13:37:34 +00:00

75 lines
861 B
Makefile

## Process this file with automake to produce Makefile.in
EXTRA_DIST = \
makefile.msc
if BUILD_HELPBROWSER
helpbrowser = helpbrowser
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_PNG
winicon = winicon
endif
if OS_WIN32
twain = twain
winsnap = winsnap
else
uri = uri
endif
if BUILD_XJT
xjt = xjt
endif
SUBDIRS = \
$(script_fu) \
FractalExplorer \
Lighting \
MapObject \
bmp \
faxg3 \
fits \
flame \
gfig \
gflare \
gfli \
gimpressionist \
help \
$(helpbrowser) \
ifscompose \
imagemap \
jpeg \
maze \
metadata \
pagecurl \
$(print) \
$(pygimp) \
rcm \
sgi \
sel2path \
$(twain) \
$(uri) \
$(winicon) \
$(winsnap) \
$(xjt) \
common