The Makefile.am is autogenerated, so do The Right Thing(TM) this time.

--Sven
This commit is contained in:
Sven Neumann 1999-10-03 19:32:14 +00:00
parent 2212b94fff
commit a5c98f4b29
3 changed files with 18 additions and 12 deletions

View file

@ -1,3 +1,9 @@
1999-10-03 Sven Neumann <sven@gimp.org>
* plug-ins/common/plugin-defs.pl
* plug-ins/common/Makefile.am:
the Makefile.am is autogenerated of course...
1999-10-3 Simon Budig <Simon.Budig@unix-ag.org> 1999-10-3 Simon Budig <Simon.Budig@unix-ag.org>
* app/path_tool.h * app/path_tool.h
@ -29,8 +35,8 @@
1999-10-03 Sven Neumann <sven@gimp.org> 1999-10-03 Sven Neumann <sven@gimp.org>
* app/channel_ops.c: copy resolution and unit information when duplicating * app/channel_ops.c: copy resolution and unit information when
an image duplicating an image
* libgimp/gimpimage.c * libgimp/gimpimage.c
* libgimp/gimp.h: some wrappers for PDB functions * libgimp/gimp.h: some wrappers for PDB functions
@ -55,8 +61,8 @@
* plug-ins/common/ps.c * plug-ins/common/ps.c
* plug-ins/common/tiff.c * plug-ins/common/tiff.c
* plug-ins/print/Makefile.am * plug-ins/print/Makefile.am
* plug-ins/print/print.c: Use the new export functionality. The other save * plug-ins/print/print.c: Use the new export functionality. The other
plug-ins will follow... save plug-ins will follow...
1999-10-03 Michael Natterer <mitch@gimp.org> 1999-10-03 Michael Natterer <mitch@gimp.org>

View file

@ -497,8 +497,8 @@ gif_SOURCES = \
gif.c gif.c
gif_LDADD = \ gif_LDADD = \
$(top_builddir)/libgimp/libgimp.la \
$(top_builddir)/libgimp/libgimpui.la \ $(top_builddir)/libgimp/libgimpui.la \
$(top_builddir)/libgimp/libgimp.la \
$(GTK_LIBS) \ $(GTK_LIBS) \
$(INTLLIBS) $(INTLLIBS)
@ -801,8 +801,8 @@ png_SOURCES = \
png.c png.c
png_LDADD = \ png_LDADD = \
$(top_builddir)/libgimp/libgimp.la \
$(top_builddir)/libgimp/libgimpui.la \ $(top_builddir)/libgimp/libgimpui.la \
$(top_builddir)/libgimp/libgimp.la \
$(LIBPNG) \ $(LIBPNG) \
$(GTK_LIBS) \ $(GTK_LIBS) \
$(INTLLIBS) $(INTLLIBS)
@ -827,8 +827,8 @@ ps_SOURCES = \
ps.c ps.c
ps_LDADD = \ ps_LDADD = \
$(top_builddir)/libgimp/libgimp.la \
$(top_builddir)/libgimp/libgimpui.la \ $(top_builddir)/libgimp/libgimpui.la \
$(top_builddir)/libgimp/libgimp.la \
$(GTK_LIBS) \ $(GTK_LIBS) \
$(INTLLIBS) $(INTLLIBS)

View file

@ -41,7 +41,7 @@
'gpb' => { libdep => 'gtk' }, 'gpb' => { libdep => 'gtk' },
'gee' => { libdep => 'gtk' }, 'gee' => { libdep => 'gtk' },
'gicon' => { libdep => 'gtk' }, 'gicon' => { libdep => 'gtk' },
'gif' => { libdep => 'gtk' }, 'gif' => { libdep => 'gtk', ui => 1 },
'gifload' => { libdep => 'gtk' }, 'gifload' => { libdep => 'gtk' },
'glasstile' => { libdep => 'gtk' }, 'glasstile' => { libdep => 'gtk' },
'gqbist' => { libdep => 'gtk' }, 'gqbist' => { libdep => 'gtk' },
@ -56,7 +56,7 @@
'illusion' => { libdep => 'gtk' }, 'illusion' => { libdep => 'gtk' },
'iwarp' => { libdep => 'gtk' }, 'iwarp' => { libdep => 'gtk' },
'jigsaw' => { libdep => 'gtk' }, 'jigsaw' => { libdep => 'gtk' },
'jpeg' => { libdep => 'gtk', optional => 1 }, 'jpeg' => { libdep => 'gtk', ui => 1, optional => 1 },
'laplace' => { libdep => 'glib' }, 'laplace' => { libdep => 'glib' },
'lic' => { libdep => 'gtk', ui => 1 }, 'lic' => { libdep => 'gtk', ui => 1 },
'mail' => { libdep => 'gtk' }, 'mail' => { libdep => 'gtk' },
@ -77,10 +77,10 @@
'pixelize' => { libdep => 'gtk' }, 'pixelize' => { libdep => 'gtk' },
'plasma' => { libdep => 'gtk' }, 'plasma' => { libdep => 'gtk' },
'plugindetails' => { libdep => 'gtk' }, 'plugindetails' => { libdep => 'gtk' },
'png' => { libdep => 'gtk', optional => 1 }, 'png' => { libdep => 'gtk', ui => 1, optional => 1 },
'pnm' => { libdep => 'gtk' }, 'pnm' => { libdep => 'gtk' },
'polar' => { libdep => 'gtk' }, 'polar' => { libdep => 'gtk' },
'ps' => { libdep => 'gtk' }, 'ps' => { libdep => 'gtk', ui => 1 },
'psd' => { libdep => 'glib' }, 'psd' => { libdep => 'glib' },
'psp' => { libdep => 'gtk', optional => 1, libopt => 'z' }, 'psp' => { libdep => 'gtk', optional => 1, libopt => 'z' },
'randomize' => { libdep => 'gtk', libsupp => 'gpc' }, 'randomize' => { libdep => 'gtk', libsupp => 'gpc' },
@ -103,7 +103,7 @@
'sunras' => { libdep => 'gtk' }, 'sunras' => { libdep => 'gtk' },
'tga' => { libdep => 'gtk' }, 'tga' => { libdep => 'gtk' },
'threshold_alpha' => { libdep => 'gtk' }, 'threshold_alpha' => { libdep => 'gtk' },
'tiff' => { libdep => 'gtk', optional => 1 }, 'tiff' => { libdep => 'gtk', ui => 1, optional => 1 },
'tile' => { libdep => 'gtk' }, 'tile' => { libdep => 'gtk' },
'tileit' => { libdep => 'gtk' }, 'tileit' => { libdep => 'gtk' },
'tiler' => { libdep => 'glib' }, 'tiler' => { libdep => 'glib' },