diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-08-08 09:50:31 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-08-08 09:50:31 -0400 |
commit | f012747f3aaac5801ff970284e1b2a01e4a59d98 (patch) | |
tree | 1a23d5d3b186b9417dc7569274f0c626337946a5 | |
parent | 49a34570cec2339c6fc8965474a41900920442b4 (diff) |
Add scripts/haunt to bin directory.
* Makefile.am (bin_SCRIPTS): New variable.
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1d1bb01..184d3a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,6 +39,9 @@ SUFFIXES = .scm .go moddir=$(prefix)/share/guile/site/2.0 godir=$(libdir)/guile/2.0/ccache +bin_SCRIPTS = \ + scripts/haunt + SOURCES = \ haunt/config.scm \ haunt/utils.scm \ |