added arcball.c; it isn't used but it doesn't hurt to have it in the

2005-01-23  Sven Neumann  <sven@gimp.org>

	* plug-ins/MapObject/Makefile.am (MapObject_SOURCES): added
	arcball.c; it isn't used but it doesn't hurt to have it in the
	tarball in case someone wants to resurrect this functionality.
This commit is contained in:
Sven Neumann 2005-01-23 19:19:55 +00:00 committed by Sven Neumann
parent 3089478c48
commit 1845b8aad1
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2005-01-23 Sven Neumann <sven@gimp.org>
* plug-ins/MapObject/Makefile.am (MapObject_SOURCES): added
arcball.c; it isn't used but it doesn't hurt to have it in the
tarball in case someone wants to resurrect this functionality.
2005-01-23 Sven Neumann <sven@gimp.org>
* plug-ins/common/edge.c: don't read beyond the src buffer. Fixes

View File

@ -18,6 +18,7 @@ libexecdir = $(gimpplugindir)/plug-ins
libexec_PROGRAMS = MapObject
MapObject_SOURCES = \
arcball.c \
arcball.h \
mapobject_apply.c \
mapobject_apply.h \