summaryrefslogtreecommitdiff
path: root/src/hidden/Makefile.am
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2017-09-27 15:06:31 +0100
committerKatolaZ <katolaz@freaknet.org>2017-09-27 15:06:31 +0100
commit3aee2fd43e3059a699af2b63c6f2395e5a55e515 (patch)
tree58c95505a0906ed9cfa694f9dbd319403fd8f01d /src/hidden/Makefile.am
First commit on github -- NetBunch 1.0
Diffstat (limited to 'src/hidden/Makefile.am')
-rw-r--r--src/hidden/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/hidden/Makefile.am b/src/hidden/Makefile.am
new file mode 100644
index 0000000..5751f24
--- /dev/null
+++ b/src/hidden/Makefile.am
@@ -0,0 +1,7 @@
+include ../common.mk
+bin_PROGRAMS = hv_net
+hv_net_SOURCES = hv_net.c \
+../utils/utils.c ../utils/cum_distr.c \
+../include/utils.h ../include/cum_distr.h
+hv_net_LDADD = -lm
+