diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-12-29T22·08+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-12-29T22·08+0000 |
commit | 4f07ebc67e74629724c441352a58b12143383129 (patch) | |
tree | 52fad623c7192402e2d8960dc6c259dff66779b2 /src/Makefile.am | |
parent | 54d8f0858825e9ae4c8fdf54b7c2019edee05237 (diff) |
* Integrated bsdiff/bspatch 4.2 (from
http://www.daemonology.net/bsdiff/bsdiff-4.2.tar.gz) into the source tree. The license is a bit peculiar, but it does allow verbatim copying, which is what we do here (i.e., so don't make any changes to the sources).
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 089f532203b3..7753a77d490c 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 log2xml + libexpr nix-instantiate nix-env log2xml bsdiff-4.2 EXTRA_DIST = aterm-helper.pl |