From ca84494f8ec1a584459f2fe082c4da97eb161084 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Fri, 20 Oct 2017 17:52:12 +0200 Subject: [PATCH] [5266] Added *.h from *.h.in to distclean --- src/lib/hooks/tests/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/hooks/tests/Makefile.am b/src/lib/hooks/tests/Makefile.am index d9016a6565..70d22497a6 100644 --- a/src/lib/hooks/tests/Makefile.am +++ b/src/lib/hooks/tests/Makefile.am @@ -17,6 +17,9 @@ ALL_LIBS = $(HOOKS_LIB) $(LOG_LIB) $(THREADS_LIB) $(UTIL_LIB) $(EXCEPTIONS # Files to clean include the file created by testing. CLEANFILES = *.gcno *.gcda $(builddir)/marker_file.dat +# Files generated by configure +DISTCLEANFILES = marker_file.h test_libraries.h + TESTS_ENVIRONMENT = \ $(LIBTOOL) --mode=execute $(VALGRIND_COMMAND) -- 2.47.2