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

bin_PROGRAMS = gsub
gsub_SOURCES = gsub.c default.c
gsub_LDADD = $(GALE_LIBS) $(DL_LIBS)
noinst_HEADERS = default.h
