1 2 3 4 5 6 7 8 9 10 11 12
## Process this file with automake to produce Makefile.in AM_CFLAGS =\ -Wall \ -g bin_PROGRAMS = mcastseed mcastleech mcastseed_SOURCES = mcastseed.c msock.c mcastleech_SOURCES = mcastleech.c msock.c dgrambuf.c LDADD = @WSOCKLIB@