grim/guifications3

Closing this branch since we moved to "default" for it a while ago now
org.guifications.gf3
2009-12-06, Gary Kramlich
3707becf4df7
Closing this branch since we moved to "default" for it a while ago now
EXTRA_DIST=\
logo.png
INCLUDES=\
-I$(top_srcdir) \
-I$(top_builddir)/gflib-gtk/
LDADDS=\
$(top_builddir)/gflib-gtk/libgflib-gtk.la \
$(GFLIB_LIBS) \
$(GTK_LIBS) \
$(GLIB_LIBS)
if BUILD_TESTS
noinst_PROGRAMS=\
testimage
testimage_DEPENDENCIES=$(TEST_DEPS)
testimage_LDADD=$(LDADDS)
testimage_SOURCES=testimage.c
endif
AM_CPPFLAGS=\
$(GFLIB_CFLAGS) \
$(GTK_CFLAGS) \
$(GLIB_CFLAGS)