diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-01T11·26+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-01T12·54+0100 |
commit | 0c6d62cf27b3b22fa60bddad16ea8e8d062e4a99 (patch) | |
tree | 5ff743d6f1df831603a2394a7a6b3f6e7cb86e34 /src/bsdiff-4.3 | |
parent | 16e7d692092449263880ee795ec419cecbe22d24 (diff) |
Remove Automakefiles
Diffstat (limited to 'src/bsdiff-4.3')
-rw-r--r-- | src/bsdiff-4.3/Makefile.am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/bsdiff-4.3/Makefile.am b/src/bsdiff-4.3/Makefile.am deleted file mode 100644 index 62315333a76a..000000000000 --- a/src/bsdiff-4.3/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -EXTRA_DIST = compat-include - -libexec_PROGRAMS = bsdiff bspatch - -bsdiff_SOURCES = bsdiff.c - -bsdiff_LDADD = -lbz2 - -bspatch_SOURCES = bspatch.c - -bspatch_LDADD = -lbz2 - -AM_CFLAGS = -O3 ${bsddiff_compat_include} |