diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-25T11·39+0000 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-25T11·39+0000 |
commit | 1a1d8b073a1d770c8de4f8eb274387b209b32782 (patch) | |
tree | 20fe7cf49a96cd6205897c2a1cd77e616ad937b7 /Makefile.config.in | |
parent | 784feb68392ec4a0bdd45bf0d37f08c3eb1b61ac (diff) |
Add a Makefile for bsdiff
Diffstat (limited to 'Makefile.config.in')
-rw-r--r-- | Makefile.config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index 48baa2889404..b9d9bd1c46f4 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -9,6 +9,7 @@ OPENSSL_LIBS = @OPENSSL_LIBS@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ bindir = @bindir@ +bsddiff_compat_include = @bsddiff_compat_include@ datadir = @datadir@ datarootdir = @datarootdir@ exec_prefix = @exec_prefix@ |