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/bsdiff-4.2/Makefile.am | |
parent | 9e4ffc43a2a6b67643765efd48198f218fcf0530 (diff) |
* bsdiff updated to 4.3. This makes Nix depend on libbz2.
Diffstat (limited to 'src/bsdiff-4.2/Makefile.am')
-rw-r--r-- | src/bsdiff-4.2/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/bsdiff-4.2/Makefile.am b/src/bsdiff-4.2/Makefile.am deleted file mode 100644 index 70f2ead7cc48..000000000000 --- a/src/bsdiff-4.2/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -libexec_PROGRAMS = bsdiff bspatch - -bsdiff_SOURCES = bsdiff.c - -bspatch_SOURCES = bspatch.c - -AM_CFLAGS = -O3 -DBZIP2=\"$(bzip2)\" |