mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-04 13:57:40 +00:00
Reinstate largefile check.
Fix build breakage.
This commit is contained in:
parent
3e484bbac3
commit
ebd3220321
2 changed files with 6 additions and 1 deletions
|
|
@ -31,6 +31,8 @@ lrztar_SCRIPTS = lrztar
|
|||
bin_PROGRAMS = lrzip
|
||||
lrzip_SOURCES = \
|
||||
zpipe.cpp \
|
||||
zpipe.h \
|
||||
lrzip_private.h \
|
||||
liblrzip.h \
|
||||
lrzip.c \
|
||||
lrzip.h \
|
||||
|
|
@ -38,8 +40,11 @@ lrzip_SOURCES = \
|
|||
rzip.h \
|
||||
rzip.c \
|
||||
runzip.c \
|
||||
runzip.h \
|
||||
stream.c \
|
||||
stream.h \
|
||||
util.c \
|
||||
util.h \
|
||||
md5.c \
|
||||
md5.h
|
||||
lrzip_LDADD = lzma/C/liblzma.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue