From 3aee2fd43e3059a699af2b63c6f2395e5a55e515 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Wed, 27 Sep 2017 15:06:31 +0100 Subject: First commit on github -- NetBunch 1.0 --- src/shortest/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/shortest/Makefile.am (limited to 'src/shortest/Makefile.am') diff --git a/src/shortest/Makefile.am b/src/shortest/Makefile.am new file mode 100644 index 0000000..71cabc2 --- /dev/null +++ b/src/shortest/Makefile.am @@ -0,0 +1,6 @@ +include ../common.mk +bin_PROGRAMS = shortest shortest_avg_max_hist +shortest_SOURCES = shortest.c ../utils/utils.c ../include/utils.h +shortest_LDADD = -lm +shortest_avg_max_hist_SOURCES = shortest_avg_max_hist.c ../utils/utils.c ../include/utils.h +shortest_avg_max_hist_LDADD = -lm -- cgit v1.2.3