diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-12-29 22:08:48 +0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-12-29 22:08:48 +0000 |
commit | 4f07ebc67e74629724c441352a58b12143383129 (patch) | |
tree | 52fad623c7192402e2d8960dc6c259dff66779b2 /src/bsdiff-4.2/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/bsdiff-4.2/Makefile.am')
-rw-r--r-- | src/bsdiff-4.2/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/bsdiff-4.2/Makefile.am b/src/bsdiff-4.2/Makefile.am new file mode 100644 index 000000000..70f2ead7c --- /dev/null +++ b/src/bsdiff-4.2/Makefile.am @@ -0,0 +1,7 @@ +libexec_PROGRAMS = bsdiff bspatch + +bsdiff_SOURCES = bsdiff.c + +bspatch_SOURCES = bspatch.c + +AM_CFLAGS = -O3 -DBZIP2=\"$(bzip2)\" |