about summary refs log tree commit diff
path: root/src/bsdiff-4.3/Makefile.new
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-25T11·39+0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-25T11·39+0000
commit1a1d8b073a1d770c8de4f8eb274387b209b32782 (patch)
tree20fe7cf49a96cd6205897c2a1cd77e616ad937b7 /src/bsdiff-4.3/Makefile.new
parent784feb68392ec4a0bdd45bf0d37f08c3eb1b61ac (diff)
Add a Makefile for bsdiff
Diffstat (limited to 'src/bsdiff-4.3/Makefile.new')
-rw-r--r--src/bsdiff-4.3/Makefile.new13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/bsdiff-4.3/Makefile.new b/src/bsdiff-4.3/Makefile.new
new file mode 100644
index 000000000000..a56f6c124db0
--- /dev/null
+++ b/src/bsdiff-4.3/Makefile.new
@@ -0,0 +1,13 @@
+PROGRAMS += bsdiff bspatch
+
+bsdiff_DIR := $(d)
+bsdiff_SOURCES = bsdiff.c
+bsdiff_LDFLAGS = -lbz2 $(bsddiff_compat_include)
+bsdiff_INSTALL_DIR = $(libexecdir)
+
+bspatch_DIR := $(d)
+bspatch_SOURCES = bspatch.c
+bspatch_LDFLAGS = -lbz2 $(bsddiff_compat_include)
+bspatch_INSTALL_DIR = $(libexecdir)
+
+dist_files += $(d)/compat-include/*