about summary refs log blame commit diff
path: root/src/bsdiff-4.3/Makefile.am
blob: 953139f559626fedd16695c94625b64b03849958 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                 
                                                          
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}