From 7dcf50880afbe3aa00c046b6f19d371f6dadacd2 Mon Sep 17 00:00:00 2001 From: lcoombe Date: Mon, 6 Jun 2022 15:55:56 -0700 Subject: [PATCH] Add bin files to distribution --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 8fc393d..749f031 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,6 +10,8 @@ dist_doc_DATA = \ README.md EXTRA_DIST = autogen.sh \ - Examples/arcs-make \ - Examples/makeTSVfile.py + bin/arcs-make \ + bin/makeTSVfile.py \ + Examples/arcs-make \ + Examples/makeTSVfile.py