Capture the path to `guile', when available.

This commit is contained in:
Ludovic Courtès
2012-08-18 23:47:43 +02:00
parent f27ae1d566
commit 183078131a
4 changed files with 30 additions and 14 deletions

View File

@ -1,15 +1,19 @@
EXTRA_DIST = \
hydra-control \
$(bin_SCRIPTS)
EXTRA_DIST = \
$(distributable_scripts) \
hydra-control \
hydra-eval-guile-jobs.in
bin_SCRIPTS = \
hydra-init \
hydra-build \
hydra-evaluator \
hydra-eval-guile-jobs \
hydra-queue-runner \
hydra-server \
hydra-update-gc-roots \
nix-prefetch-git \
nix-prefetch-bzr \
distributable_scripts = \
hydra-init \
hydra-build \
hydra-evaluator \
hydra-queue-runner \
hydra-server \
hydra-update-gc-roots \
nix-prefetch-git \
nix-prefetch-bzr \
nix-prefetch-hg
bin_SCRIPTS = \
$(distributable_scripts) \
hydra-eval-guile-jobs