## Process this file with automake to generate Makefile.in

bin_PROGRAMS = galed
galed_SOURCES = galed.c connect.c subscr.c attach.c directed.c
galed_LDADD = $(GALE_LIBS)
noinst_HEADERS = attach.h connect.h subscr.h server.h directed.h
