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










                                 
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}