diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-19T12·03+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-19T12·03+0000 |
commit | fd7ac09f1073179d9ac439c3e9fb12a1bf00a7d5 (patch) | |
tree | 8059ddcedf09dd7b74a93b2fb1309368d722abdb /src/Makefile.am | |
parent | ac68840e79ce74f05ee8b31bb1d528c98b9c7f76 (diff) |
* Refactoring (step 2).
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 f06bb1f1d818..fe8cbf1e3283 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,2 +1,2 @@ SUBDIRS = bin2c boost libutil libstore libmain nix-store nix-hash \ - libexpr #nix-instantiate + libexpr nix-instantiate |