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

LDADD = @WSOCKLIB@