From 6e213fab97cd0465180c349d3d06a563b7819dd0 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Fri, 14 Jan 2011 14:11:08 +0000 Subject: [PATCH] hydra: add nix-prefetch-* to tarball --- src/script/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/script/Makefile.am b/src/script/Makefile.am index 15d7478a..eb571ca7 100644 --- a/src/script/Makefile.am +++ b/src/script/Makefile.am @@ -1,4 +1,9 @@ -EXTRA_DIST = hydra_control.sh +EXTRA_DIST = \ + hydra_control.sh \ + nix-prefetch-svn \ + nix-prefetch-git \ + nix-prefetch-hg + bin_SCRIPTS = \ hydra_build.pl \ hydra_evaluator.pl \