From e87440eb6984e23166c4664faaa4859e7f9df14f Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sun, 10 Jul 2016 16:56:51 +0200 Subject: Tiny slowish pseudo random dd to debug partial writes implementation in mcastleech --- mcastseed/src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mcastseed/src/Makefile.am') diff --git a/mcastseed/src/Makefile.am b/mcastseed/src/Makefile.am index 7ad2954..547d715 100644 --- a/mcastseed/src/Makefile.am +++ b/mcastseed/src/Makefile.am @@ -4,9 +4,10 @@ AM_CFLAGS =\ -Wall \ -g -bin_PROGRAMS = mcastseed mcastleech +bin_PROGRAMS = mcastseed mcastleech random_speed_dd mcastseed_SOURCES = mcastseed.c msock.c mcastleech_SOURCES = mcastleech.c msock.c dgrambuf.c +random_speed_dd_SOURCES = random_speed_dd.c LDADD = @WSOCKLIB@ -- cgit v1.2.3