mirror of
https://github.com/tstack/lnav
synced 2024-11-17 15:29:40 +00:00
Merge pull request #187 from sureshsundriyal/wip
[build] Fix 'make distcheck'
This commit is contained in:
commit
87a669169d
@ -5,5 +5,5 @@ automake --version
|
|||||||
|
|
||||||
aclocal -I m4 -I .
|
aclocal -I m4 -I .
|
||||||
autoheader -I .
|
autoheader -I .
|
||||||
automake --add-missing --copy --foreign
|
automake --add-missing --copy --force-missing --foreign
|
||||||
autoconf
|
autoconf
|
||||||
|
@ -299,7 +299,8 @@ DISTCLEANFILES = \
|
|||||||
*.bz2 \
|
*.bz2 \
|
||||||
truncfile.0 \
|
truncfile.0 \
|
||||||
logfile_append.0 \
|
logfile_append.0 \
|
||||||
test.log
|
test.log \
|
||||||
|
logfile_stdin.log
|
||||||
|
|
||||||
distclean-local:
|
distclean-local:
|
||||||
$(RM_V)rm -rf sessions
|
$(RM_V)rm -rf sessions
|
||||||
|
Loading…
Reference in New Issue
Block a user