diff --git a/ChangeLog b/ChangeLog index 1de8f3cb7b..b6d2a453aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Aug 31 10:53:34 PDT 1999 Manish Singh + + * 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 * plug-ins/common/spheredesigner.c: Minor portability fixes. diff --git a/plug-ins/common/Makefile.am b/plug-ins/common/Makefile.am index aa4d2a22f8..a1d53f0a83 100644 --- a/plug-ins/common/Makefile.am +++ b/plug-ins/common/Makefile.am @@ -1,3 +1,5 @@ +## This file is autogenerated by mkgen.pl and plugin-defs.pl + libexecdir = $(gimpplugindir)/plug-ins EXTRA_DIST = \ diff --git a/plug-ins/common/mkgen.pl b/plug-ins/common/mkgen.pl index c635b6b0f6..f2d1415986 100755 --- a/plug-ins/common/mkgen.pl +++ b/plug-ins/common/mkgen.pl @@ -28,6 +28,8 @@ if ($extra) { foreach ($bins, $opts) { s/ \\\n$//s } print MK < { libdep => 'gtk' }, 'sobel' => { libdep => 'gtk' }, 'sparkle' => { libdep => 'gtk' }, + 'spheredesigner' => { libdep => 'gtk' }, 'spread' => { libdep => 'gtk' }, 'sunras' => { libdep => 'gtk' }, 'tga' => { libdep => 'gtk' },