## Process this file with automake to produce Makefile.in INCLUDES = \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ -DPACKAGE_LOCALE_DIR=\""$(datadir)/locale"\" \ @PACKAGE_CFLAGS@ bin_PROGRAMS = gcontacts gcontacts_SOURCES = \ main.c \ support.c support.h \ interface.c interface.h \ callbacks.c callbacks.h gcontacts_LDADD = @PACKAGE_LIBS@