1 2 3 4 5 6 7
libexec_PROGRAMS = bsdiff bspatch bsdiff_SOURCES = bsdiff.c bspatch_SOURCES = bspatch.c AM_CFLAGS = -O3 -DBZIP2=\"$(bzip2)\"