plug-ins/common/Makefile.am Added the SphereDesigner plugin.

* plug-ins/common/Makefile.am
* plug-ins/common/spheredesigner.c: Added the SphereDesigner plugin.
This commit is contained in:
Vidar Madsen/gimpressionist 1999-08-31 12:29:09 +00:00
parent f7e80423af
commit 0b52355fda
3 changed files with 2422 additions and 0 deletions

View file

@ -1,3 +1,9 @@
Tue Aug 31 14:25:50 CET 1999 vidar@prosalg.no (Vidar Madsen)
* plug-ins/common/Makefile.am
* plug-ins/common/spheredesigner.c: Added the SphereDesigner
plugin.
Tue Aug 31 11:16:52 MEST 1999 Sven Neumann <sven@gimp.org>
* app/gimpbrushpreview.c

View file

@ -113,6 +113,7 @@ libexec_PROGRAMS = \
snoise \
sobel \
sparkle \
spheredesigner \
spread \
sunras \
tga \
@ -953,6 +954,14 @@ sparkle_LDADD = \
$(GTK_LIBS) \
$(INTLLIBS)
spheredesigner_SOURCES = \
spheredesigner.c
spheredesigner_LDADD = \
$(top_builddir)/libgimp/libgimp.la \
$(GTK_LIBS) \
$(INTLLIBS)
spread_SOURCES = \
spread.c

File diff suppressed because it is too large Load diff