From 3aee2fd43e3059a699af2b63c6f2395e5a55e515 Mon Sep 17 00:00:00 2001
From: KatolaZ <katolaz@freaknet.org>
Date: Wed, 27 Sep 2017 15:06:31 +0100
Subject: First commit on github -- NetBunch 1.0

---
 src/clust/Makefile.am | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 src/clust/Makefile.am

(limited to 'src/clust/Makefile.am')

diff --git a/src/clust/Makefile.am b/src/clust/Makefile.am
new file mode 100644
index 0000000..676c6bf
--- /dev/null
+++ b/src/clust/Makefile.am
@@ -0,0 +1,6 @@
+include ../common.mk 
+bin_PROGRAMS = clust clust_w
+clust_SOURCES = clust.c ../utils/utils.c ../include/utils.h
+clust_LDADD = -lm
+clust_w_SOURCES = clust_w.c ../utils/utils.c ../include/utils.h
+clust_w_LDADD = -lm
-- 
cgit v1.2.3