added back arcball.h.
2004-07-20 Sven Neumann <sven@gimp.org> * plug-ins/MapObject/Makefile.am (MapObject_SOURCES): added back arcball.h. * plug-ins/MapObject/mapobject_main.c * plug-ins/MapObject/mapobject_preview.c: no need to include arcball.h here.
This commit is contained in:

committed by
Sven Neumann

parent
abf7ed21a1
commit
686a5687e7
@ -1,5 +1,12 @@
|
||||
2004-07-20 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/MapObject/Makefile.am (MapObject_SOURCES): added back
|
||||
arcball.h.
|
||||
|
||||
* plug-ins/MapObject/mapobject_main.c
|
||||
* plug-ins/MapObject/mapobject_preview.c: no need to include
|
||||
arcball.h here.
|
||||
|
||||
* plug-ins/gfig/Makefile.am (SUBDIRS): added back gfig-examples
|
||||
|
||||
* plug-ins/gfig/gfig-examples/Makefile.am: cleanup.
|
||||
|
@ -18,6 +18,7 @@ libexecdir = $(gimpplugindir)/plug-ins
|
||||
libexec_PROGRAMS = MapObject
|
||||
|
||||
MapObject_SOURCES = \
|
||||
arcball.h \
|
||||
mapobject_apply.c \
|
||||
mapobject_apply.h \
|
||||
mapobject_image.c \
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include <libgimp/gimp.h>
|
||||
#include <libgimp/gimpui.h>
|
||||
|
||||
#include "arcball.h"
|
||||
#include "mapobject_ui.h"
|
||||
#include "mapobject_image.h"
|
||||
#include "mapobject_apply.h"
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
#include <libgimp/gimp.h>
|
||||
|
||||
#include "arcball.h"
|
||||
#include "mapobject_main.h"
|
||||
#include "mapobject_ui.h"
|
||||
#include "mapobject_image.h"
|
||||
|
Reference in New Issue
Block a user