From: Francis Dupont Date: Fri, 20 Oct 2017 15:52:12 +0000 (+0200) Subject: [5266] Added *.h from *.h.in to distclean X-Git-Tag: Kea-1.3.0~2^2~24^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca84494f8ec1a584459f2fe082c4da97eb161084;p=thirdparty%2Fkea.git [5266] Added *.h from *.h.in to distclean --- 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)