diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-07-23T09·38+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-07-23T09·38+0000 |
commit | 660244f65f5d3cb445c874b25fcf6494b3c1df3a (patch) | |
tree | 2cda6b7ba17de7c1a4e5500ec867dc150a9bfecb /scripts/Makefile.am | |
parent | e139d7fc6896ec9eaca3944828e37ec61894d8e0 (diff) |
* Make sure that copy-from-other-stores.pl is built.
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index d6af9806cee4..ac5b63112588 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -5,7 +5,8 @@ bin_SCRIPTS = nix-collect-garbage \ nix-copy-closure noinst_SCRIPTS = nix-profile.sh generate-patches.pl \ - find-runtime-roots.pl build-remote.pl nix-reduce-build + find-runtime-roots.pl build-remote.pl nix-reduce-build \ + copy-from-other-stores.pl nix-pull nix-push: readmanifest.pm readconfig.pm download-using-manifests.pl |