diff options
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 000000000000..70f2ead7cc48 --- /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)\" |