## Process this file with automake to produce Makefile.in INCLUDES = \ -I$(top_srcdir)/intl \ -I$(top_srcdir)/lib \ $(GNOME_INCLUDEDIR) bin_PROGRAMS = sarahserver sarahserver_SOURCES = \ main.c connections.c protocol.c \ population.c population.h sarahserver_LDADD = ../lib/libsarah.la $(INTLLIBS) sarahserver_LDFLAGS = -static