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:
@ -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.
|
||||
|
@ -1,3 +1,5 @@
|
||||
## This file is autogenerated by mkgen.pl and plugin-defs.pl
|
||||
|
||||
libexecdir = $(gimpplugindir)/plug-ins
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
@ -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 = \\
|
||||
|
@ -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' },
|
||||
|
Reference in New Issue
Block a user