Fix 'make distcheck' by adding regress.gen.[ch] to DISTCLEANFILES

Patch from Harlan Stenn.
This commit is contained in:
Nick Mathewson 2014-03-06 10:18:09 -05:00
parent 980597215d
commit 239d8345be

View File

@ -50,6 +50,7 @@ test/test-script.sh: test/test.sh
cp $(top_srcdir)/test/test.sh $@
DISTCLEANFILES += test/test-script.sh
DISTCLEANFILES += test/regress.gen.c test/regress.gen.h
if BUILD_REGRESS
BUILT_SOURCES += test/regress.gen.c test/regress.gen.h