## Process this file with automake to produce Makefile.in INCLUDES = \ -I$(top_srcdir)/intl \ $(GNOME_INCLUDEDIR) bin_PROGRAMS = gmanedit gmanedit_SOURCES = \ main.c \ support.c support.h \ interface.c interface.h \ callbacks.c callbacks.h gmanedit_LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(INTLLIBS)