## Process this file with automake to produce Makefile.in plugindir = $(libexecdir)/giram/plug-ins plugin_PROGRAMS = Spheres Spheres_SOURCES = Spheres.c INCLUDES = @STRIP_BEGIN@ \ -I$(top_builddir) \ -I$(top_srcdir) \ -I$(top_builddir)/src \ -I$(top_srcdir)/src \ $(GTK_CFLAGS) \ -I$(includedir) \ @STRIP_END@ LDADD = ../../giramlib/libgiram.a $(GTK_LIBS) DEPS = ../../giramlib/libgiram.a Spheres_DEPENDENCIES = $(DEPS)