From 0d53d0bcfd869d5b4eb69238c0c0022debc3aa60 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 11:16:06 +0100 Subject: Adding upstream version 1.13~rc2. Signed-off-by: Daniel Baumann --- Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 6c12f88..cc8d1c9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -6,7 +6,7 @@ INSTALL_DATA = $(INSTALL) -p -m 644 INSTALL_DIR = $(INSTALL) -d -m 755 SHELL = /bin/sh -objs = arg_parser.o decoder.o merge.o repair.o split.o main.o +objs = arg_parser.o decoder.o merge.o range_dec.o repair.o split.o main.o .PHONY : all install install-info install-man install-strip \ @@ -32,6 +32,7 @@ arg_parser.o : arg_parser.h decoder.o : lzip.h decoder.h main.o : arg_parser.h lzip.h decoder.h merge.o : lzip.h decoder.h +range_dec.o : lzip.h decoder.h repair.o : lzip.h split.o : lzip.h @@ -97,6 +98,7 @@ dist : doc $(DISTNAME)/doc/$(pkgname).texinfo \ $(DISTNAME)/testsuite/check.sh \ $(DISTNAME)/testsuite/test.txt \ + $(DISTNAME)/testsuite/test921-1921.txt \ $(DISTNAME)/testsuite/test_bad[1-5].lz \ $(DISTNAME)/testsuite/test_v[01].lz \ $(DISTNAME)/*.h \ -- cgit v1.2.3