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/dms/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/dms/Makefile.am (limited to 'src/dms/Makefile.am') diff --git a/src/dms/Makefile.am b/src/dms/Makefile.am new file mode 100644 index 0000000..935680c --- /dev/null +++ b/src/dms/Makefile.am @@ -0,0 +1,4 @@ +include ../common.mk +bin_PROGRAMS = dms +dms_SOURCES = dms.c ../utils/utils.c ../utils/cum_distr.c ../include/utils.h ../include/cum_distr.h +dms_LDADD = -lm -- cgit v1.2.3