diff --git a/configure.in b/configure.in index 07ef8fd40e..630af4e569 100644 --- a/configure.in +++ b/configure.in @@ -387,8 +387,10 @@ plug-ins/flarefx/Makefile plug-ins/webbrowser/Makefile plug-ins/animoptimize/Makefile plug-ins/libgck/Makefile +plug-ins/libgck/gck/Makefile plug-ins/MapObject/Makefile plug-ins/gfig/Makefile +plug-ins/gfig/gfig-examples/Makefile app/Makefile docs/Makefile data/Makefile diff --git a/plug-ins/MapObject/Makefile.am b/plug-ins/MapObject/Makefile.am index d233970729..1b94f23411 100644 --- a/plug-ins/MapObject/Makefile.am +++ b/plug-ins/MapObject/Makefile.am @@ -8,22 +8,22 @@ MapObject_SOURCES = \ amb1.xpm amb2.xpm arcball.c arcball.h diffint1.xpm diffint2.xpm diffref1.xpm diffref2.xpm high1.xpm high2.xpm mapobject_apply.c mapobject_apply.h mapobject_image.c mapobject_image.h mapobject_main.c mapobject_main.h mapobject_pixmaps.h mapobject_preview.c mapobject_preview.h mapobject_shade.c mapobject_shade.h mapobject_ui.c mapobject_ui.h specref1.xpm specref2.xpm INCLUDES = \ -# -I$(top_srcdir) \ - -I$(top_srcdir)/libgck \ + -I$(top_srcdir) \ + -I$(top_srcdir)/plug-ins/libgck \ -I$(includedir) \ $(X_CFLAGS) LDADD = \ -# $(top_builddir)/libgimp/libgimpui.la \ -# $(top_builddir)/libgimp/libgimp.la \ - $(top_builddir)/libgck/gck/libgck.la \ + $(top_builddir)/libgimp/libgimpui.la \ + $(top_builddir)/libgimp/libgimp.la \ + $(top_builddir)/plug-ins/libgck/gck/libgck.la \ $(X_LIBS) \ -lc DEPS = \ -# $(top_builddir)/libgimp/libgimpui.la \ -# $(top_builddir)/libgimp/libgimp.la \ - $(top_builddir)/libgck/gck/libgck.la + $(top_builddir)/libgimp/libgimpui.la \ + $(top_builddir)/libgimp/libgimp.la \ + $(top_builddir)/plug-ins/libgck/gck/libgck.la MapObject_DEPENDENCIES = $(DEPS) diff --git a/plug-ins/libgck/gck/Makefile.am b/plug-ins/libgck/gck/Makefile.am index 8954febc6c..87fa8e2de5 100644 --- a/plug-ins/libgck/gck/Makefile.am +++ b/plug-ins/libgck/gck/Makefile.am @@ -25,7 +25,7 @@ libgck_la_LDFLAGS = -version-info 1:0:0 INCLUDES = \ $(X_CFLAGS) \ -I$(srcdir)/.. \ -# -I$(top_srcdir) \ + -I$(top_srcdir) \ -I$(includedir) .PHONY: files