Merge pull request #187 from sureshsundriyal/wip

[build] Fix 'make distcheck'
This commit is contained in:
Suresh Sundriyal 2015-04-04 15:23:20 -07:00
commit 87a669169d
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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