summaryrefslogtreecommitdiff
path: root/src/clust/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/clust/Makefile.am')
-rw-r--r--src/clust/Makefile.am6
1 files changed, 6 insertions, 0 deletions
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