From fbb8c27761964f3ee87f859bfbb57db75849cd1a Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Fri, 17 Jun 2016 11:31:16 +0200 Subject: Initial import : make-boot-image.sh operationnal. Dumb mcastseed. --- mcastseed/src/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mcastseed/src/Makefile.am (limited to 'mcastseed/src/Makefile.am') diff --git a/mcastseed/src/Makefile.am b/mcastseed/src/Makefile.am new file mode 100644 index 0000000..b28166c --- /dev/null +++ b/mcastseed/src/Makefile.am @@ -0,0 +1,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@ -- cgit v1.2.3