plug-ins/common/Makefile.am added note about autogeneration to the

* plug-ins/common/Makefile.am
* plug-ins/common/mkgen.pl: added note about autogeneration to
the generated Makefile.am

* plug-ins/common/plugin-defs.pl: added spheredesigner

-Yosh
This commit is contained in:
Manish Singh
1999-08-31 17:55:03 +00:00
parent 35abfd517f
commit 9d6bc8417e
4 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,11 @@
Tue Aug 31 10:53:34 PDT 1999 Manish Singh <yosh@gimp.org>
* plug-ins/common/Makefile.am
* plug-ins/common/mkgen.pl: added note about autogeneration to
the generated Makefile.am
* plug-ins/common/plugin-defs.pl: added spheredesigner
1999-08-31 Tor Lillqvist <tml@iki.fi>
* plug-ins/common/spheredesigner.c: Minor portability fixes.

View File

@ -1,3 +1,5 @@
## This file is autogenerated by mkgen.pl and plugin-defs.pl
libexecdir = $(gimpplugindir)/plug-ins
EXTRA_DIST = \

View File

@ -28,6 +28,8 @@ if ($extra) {
foreach ($bins, $opts) { s/ \\\n$//s }
print MK <<EOT;
## This file is autogenerated by mkgen.pl and plugin-defs.pl
libexecdir = \$(gimpplugindir)/plug-ins
EXTRA_DIST = \\

View File

@ -97,6 +97,7 @@
'snoise' => { libdep => 'gtk' },
'sobel' => { libdep => 'gtk' },
'sparkle' => { libdep => 'gtk' },
'spheredesigner' => { libdep => 'gtk' },
'spread' => { libdep => 'gtk' },
'sunras' => { libdep => 'gtk' },
'tga' => { libdep => 'gtk' },