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).
8 lines
128 B
Makefile
8 lines
128 B
Makefile
libexec_PROGRAMS = bsdiff bspatch
|
|
|
|
bsdiff_SOURCES = bsdiff.c
|
|
|
|
bspatch_SOURCES = bspatch.c
|
|
|
|
AM_CFLAGS = -O3 -DBZIP2=\"$(bzip2)\"
|