about summary refs log tree commit diff
path: root/src/bsdiff-4.3/local.mk
blob: c957ceab0c0faf8c4270eba46355800c6e3077d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
programs += bsdiff bspatch

bsdiff_DIR := $(d)
bsdiff_SOURCES := $(d)/bsdiff.c
bsdiff_LDFLAGS = -lbz2 $(bsddiff_compat_include)
bsdiff_INSTALL_DIR = $(libexecdir)/nix

bspatch_DIR := $(d)
bspatch_SOURCES := $(d)/bspatch.c
bspatch_LDFLAGS = -lbz2 $(bsddiff_compat_include)
bspatch_INSTALL_DIR = $(libexecdir)/nix