about summary refs log tree commit diff
path: root/src/bsdiff-4.3/Makefile.am
blob: 57970bc55c01bbdc0b6949a84588df772d0cb318 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
EXTRA_DIST = compat-include

libexec_PROGRAMS = bsdiff bspatch

bsdiff_SOURCES = bsdiff.c

bsdiff_LDADD = ${bzip2_lib}

bspatch_SOURCES = bspatch.c

bspatch_LDADD = ${bzip2_lib}

AM_CFLAGS = -O3 ${bzip2_include} ${bsddiff_compat_include}