about summary refs log tree commit diff
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2008-08-29T08·34+0000
committerMichael Raskin <7c6f434c@mail.ru>2008-08-29T08·34+0000
commit2a01d06da6a5e7f4eda3f13c5c4c1a20d0e02d94 (patch)
tree9e8864652f07218bf84e0fd86d478a29d1eebd1b /scripts/Makefile.am
parent7718b19389fd02407860ce587196adc04f80bb5d (diff)
Added nix-http-export.cgi to extra distributed scripts; so it can be installed from releases, not only from SVN.
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index ac5b63112588..662384b5905f 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -6,7 +6,7 @@ bin_SCRIPTS = nix-collect-garbage \
 
 noinst_SCRIPTS = nix-profile.sh generate-patches.pl \
   find-runtime-roots.pl build-remote.pl nix-reduce-build \
-  copy-from-other-stores.pl
+  copy-from-other-stores.pl nix-http-export.cgi
 
 nix-pull nix-push: readmanifest.pm readconfig.pm download-using-manifests.pl
 
@@ -40,4 +40,5 @@ EXTRA_DIST = nix-collect-garbage.in \
   nix-copy-closure.in \
   find-runtime-roots.pl.in \
   build-remote.pl.in \
-  nix-reduce-build.in
+  nix-reduce-build.in \
+  nix-http-export.cgi.in