diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
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 \ |