perf: Add $(EXTRA_PROGRAMS) to CLEANFILES

Otherwise these programs stick around and break distclean,
distcheck, and hence release-publish targets.
This commit is contained in:
Carl Worth 2007-05-01 13:37:16 -07:00
parent 0390ed4f18
commit ddca8fec07

View file

@ -92,6 +92,7 @@ VALGRIND_MEMCHECK_FLAGS = \
VALGRIND_CALLGRIND_FLAGS = \
--tool=callgrind
CLEANFILES = \
$(EXTRA_PROGRAMS) \
valgrind-log \
callgrind.out.* \
index.html