diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-10-03T21·57-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-10-03T21·59-0400 |
commit | e35d6f78dc797150451f5134833afa0ecdf4a241 (patch) | |
tree | 052a38cce623d3d6e5075023a229e5f32c441238 /src/Makefile.am | |
parent | 522ecab9b83902de5a3010b50b9532e376cbba4c (diff) |
Rename nix-worker to nix-daemon
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 25ae67996b2f..0ae407c573d1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS = boost libutil libstore libmain nix-store nix-hash \ - libexpr nix-instantiate nix-env nix-worker nix-setuid-helper \ + libexpr nix-instantiate nix-env nix-daemon nix-setuid-helper \ nix-log2xml bsdiff-4.3 |