diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-02-01T16·48+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-02-01T16·48+0000 |
commit | 8291f6d96845163850a2451fff4a03a292fa71b6 (patch) | |
tree | 62609f683f51d883c5a710acff0272eca5a085d5 /src/Makefile.am | |
parent | 9e4ffc43a2a6b67643765efd48198f218fcf0530 (diff) |
* bsdiff updated to 4.3. This makes Nix depend on libbz2.
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 3167105ffcc7..1cdbc558ae35 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ SUBDIRS = bin2c boost libutil libstore libmain nix-store nix-hash \ - libexpr nix-instantiate nix-env nix-log2xml bsdiff-4.2 + libexpr nix-instantiate nix-env nix-log2xml bsdiff-4.3 EXTRA_DIST = aterm-helper.pl |