diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 11:41:41 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 11:41:41 +0000 |
commit | 9317e4b89644635a9ce309c4626d917d886ae20b (patch) | |
tree | 768c1cbb87e5c29ddcfcf2853ff1d5ce5b511e6b /Makefile.in | |
parent | Adding debian version 1.14-1. (diff) | |
download | lziprecover-9317e4b89644635a9ce309c4626d917d886ae20b.tar.xz lziprecover-9317e4b89644635a9ce309c4626d917d886ae20b.zip |
Merging upstream version 1.15~pre1.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index e769333..bb69807 100644 --- a/Makefile.in +++ b/Makefile.in @@ -42,7 +42,7 @@ file_index.o : lzip.h file_index.h main.o : arg_parser.h lzip.h decoder.h merge.o : lzip.h decoder.h file_index.h range_dec.o : lzip.h decoder.h file_index.h -repair.o : lzip.h +repair.o : lzip.h file_index.h split.o : lzip.h unzcrash.o : arg_parser.h Makefile @@ -115,12 +115,13 @@ dist : doc $(DISTNAME)/doc/$(pkgname).info \ $(DISTNAME)/doc/$(pkgname).texinfo \ $(DISTNAME)/testsuite/check.sh \ - $(DISTNAME)/testsuite/fox5_bad.lz \ - $(DISTNAME)/testsuite/fox5_bad.txt \ + $(DISTNAME)/testsuite/fox5.lz \ + $(DISTNAME)/testsuite/fox5_bad[1-5].lz \ + $(DISTNAME)/testsuite/fox5_bad1.txt \ $(DISTNAME)/testsuite/test.txt \ + $(DISTNAME)/testsuite/test.txt.lz \ $(DISTNAME)/testsuite/test921-1921.txt \ $(DISTNAME)/testsuite/test_bad[1-5].lz \ - $(DISTNAME)/testsuite/test_v[01].lz \ $(DISTNAME)/testsuite/unzcrash.cc \ $(DISTNAME)/*.h \ $(DISTNAME)/*.cc |