gimp/plug-ins/Makefile.am
Michael Natterer 2ea0103d3d removed.
2005-02-06  Michael Natterer  <mitch@gimp.org>

	* plug-ins/common/url.c: removed.

	* plug-ins/common/plugin-defs.pl: changed accordingly.

	* plug-ins/common/.cvsignore
	* plug-ins/common/Makefile.am: regenerated.

	* configure.in
	* plug-ins/Makefile.am: added the "uri" subdir.

	* plug-ins/uri/.cvsignore
	* plug-ins/uri/Makefile.am
	* plug-ins/uri/uri-backend-wget.c
	* plug-ins/uri/uri-backend.h
	* plug-ins/uri/uri.c: new files: split uri plug-in into common and
	backend-specific code that will soon optionally use gnomre-vfs.

	Also treat everything after the basename's first dot as extension,
	not after the last dot, so opening "foo.ext.gz" doesn't trigger
	warnings from the compressor plug-in.
2005-02-06 16:11:40 +00:00

65 lines
754 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 HAVE_MAC_TWAIN
twain = twain
endif
if OS_WIN32
twain = twain
winsnap = winsnap
endif
if BUILD_XJT
xjt = xjt
endif
SUBDIRS = \
dbbrowser \
script-fu \
FractalExplorer \
Lighting \
MapObject \
bmp \
faxg3 \
fits \
flame \
gfig \
gflare \
gfli \
gimpressionist \
help \
$(helpbrowser) \
ifscompose \
imagemap \
jpeg \
maze \
pagecurl \
$(print) \
$(pygimp) \
rcm \
sgi \
sel2path \
$(twain) \
uri \
winicon \
$(winsnap) \
$(xjt) \
common