Add scripts/haunt to bin directory.
* Makefile.am (bin_SCRIPTS): New variable.
This commit is contained in:
parent
49a34570ce
commit
f012747f3a
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue