summaryrefslogtreecommitdiff
path: root/mcastseed/src/Makefile.am
blob: 7ad295424409e2ea43d99a465deeb329a2f6a3b0 (plain)
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@