Merge pull request #187 from sureshsundriyal/wip

[build] Fix 'make distcheck'
pull/186/merge
Suresh Sundriyal 10 years ago
commit 87a669169d

@ -5,5 +5,5 @@ automake --version
aclocal -I m4 -I .
autoheader -I .
automake --add-missing --copy --foreign
automake --add-missing --copy --force-missing --foreign
autoconf

@ -299,7 +299,8 @@ DISTCLEANFILES = \
*.bz2 \
truncfile.0 \
logfile_append.0 \
test.log
test.log \
logfile_stdin.log
distclean-local:
$(RM_V)rm -rf sessions

Loading…
Cancel
Save