about summary refs log blame commit diff
path: root/src/bsdiff-4.3/local.mk
blob: 320795a94c1bbff075973eaf4921bbd96671cbb1 (plain) (tree)
1
2
3
4
5
6
7
8
9
                          

                  
                               
                                                
                                      

                   
                                 
                                                 
                                       
 
                                   
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

dist-files += $(d)/compat-include/*