From 604f3d64764270c052cfb43081ec522237bbdb75 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Fri, 5 May 2017 11:28:51 +0200 Subject: Massive add for all draft stuff to keep it in sync --- draft/mcastseed/src/Makefile.am | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 draft/mcastseed/src/Makefile.am (limited to 'draft/mcastseed/src/Makefile.am') diff --git a/draft/mcastseed/src/Makefile.am b/draft/mcastseed/src/Makefile.am new file mode 100644 index 0000000..2f2a735 --- /dev/null +++ b/draft/mcastseed/src/Makefile.am @@ -0,0 +1,16 @@ +## Process this file with automake to produce Makefile.in + +AM_CPPFLAGS = -I $(top_srcdir)/lib +AM_CFLAGS =\ + -Wall \ + -Wextra \ + -pedantic \ + -Wno-format + +bin_PROGRAMS = mcastseed mcastleech random_speed_dd + +mcastseed_SOURCES = mcastseed.c sockets.c +mcastleech_SOURCES = mcastleech.c sockets.c dgrambuf.c +mcastleech_LDADD = $(top_builddir)/lib/libgnu.a +random_speed_dd_SOURCES = random_speed_dd.c + -- cgit v1.2.3