diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-12-06T01·24+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-12-06T01·24+0000 |
commit | 9f0efa6611d010bf2fb88a2f6a583c4f32fd89ac (patch) | |
tree | 275818c7792285b9fce99c9a69090f4e2c30c03f /src/Makefile.am | |
parent | 2b558843a2228051bec475a016e7bb2565433330 (diff) |
* Start of the setuid helper (the program that performs the operations
that have to be done as root: running builders under different uids, changing ownership of build results, and deleting paths in the store with the wrong ownership).
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 92a7b6e15379..971f7d9d1c75 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,5 @@ SUBDIRS = bin2c boost libutil libstore libmain nix-store nix-hash \ - libexpr nix-instantiate nix-env nix-worker nix-log2xml bsdiff-4.3 + libexpr nix-instantiate nix-env nix-worker nix-setuid-helper \ + nix-log2xml bsdiff-4.3 EXTRA_DIST = aterm-helper.pl |