diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-11-15T15·33+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-11-15T15·33+0000 |
commit | ca210d2a581622e0276c5e98420189374652d24a (patch) | |
tree | d249b49789c1bd413bc5f6f018534e1febf29b90 /scripts/Makefile.am | |
parent | 149e27302334b6a83bfe293c15426d1a4abf958d (diff) |
* Doh!
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 0c4d733611ba..e79db31b7c22 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -34,4 +34,5 @@ EXTRA_DIST = nix-collect-garbage.in \ generate-patches.pl.in \ nix-pack-closure.in nix-unpack-closure.in \ nix-copy-closure.in \ - find-runtime-roots.pl.in + find-runtime-roots.pl.in \ + build-remote.pl.in |