mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-04 13:57:40 +00:00
Fix failed build on make distdir.
This commit is contained in:
parent
59e5bc0492
commit
6e72b520a9
5 changed files with 30 additions and 5 deletions
14
Makefile.am
14
Makefile.am
|
|
@ -21,7 +21,7 @@ m4/ltoptions.m4 \
|
|||
m4/ltsugar.m4 \
|
||||
m4/ltversion.m4
|
||||
|
||||
SUBDIRS = lzma man
|
||||
SUBDIRS = lzma man doc
|
||||
|
||||
AM_CFLAGS = -I lzma/C -DNDEBUG
|
||||
|
||||
|
|
@ -32,14 +32,15 @@ bin_PROGRAMS = lrzip
|
|||
lrzip_SOURCES = \
|
||||
zpipe.cpp \
|
||||
main.c \
|
||||
rzip.h \
|
||||
rzip.c \
|
||||
runzip.c \
|
||||
stream.c \
|
||||
util.c \
|
||||
md5.c
|
||||
md5.c \
|
||||
md5.h
|
||||
lrzip_LDADD = lzma/C/liblzma.la
|
||||
|
||||
|
||||
dist_doc_DATA = \
|
||||
AUTHORS \
|
||||
BUGS \
|
||||
|
|
@ -50,3 +51,10 @@ dist_doc_DATA = \
|
|||
TODO \
|
||||
WHATS-NEW
|
||||
|
||||
EXTRA_DIST = \
|
||||
lrztar \
|
||||
regression_test.sh \
|
||||
description-pak \
|
||||
autogen.sh \
|
||||
INSTALL \
|
||||
$(dist_doc_DATA)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue