diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-18T11·38+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-18T11·38+0000 |
commit | b1117ef29d35822647bda32f8cd3887f4f6eaede (patch) | |
tree | 1635a7fd961930104c56aef2fa20ecb3e29d9798 /src/Makefile.am | |
parent | ce92d1bf1434562f5b80320c503768c4d06f1f8d (diff) |
* nix -> nix-store, fix -> nix-instantiate.
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 ed989fed20b2..e35b82a889f0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1 +1 @@ -SUBDIRS = boost libutil libstore libmain nix nix-hash fix-ng +SUBDIRS = boost libutil libstore libmain nix-store nix-hash nix-instantiate |