summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-08-08 09:50:31 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-08-08 09:50:31 -0400
commitf012747f3aaac5801ff970284e1b2a01e4a59d98 (patch)
tree1a23d5d3b186b9417dc7569274f0c626337946a5 /Makefile.am
parent49a34570cec2339c6fc8965474a41900920442b4 (diff)
Add scripts/haunt to bin directory.
* Makefile.am (bin_SCRIPTS): New variable.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
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 \