]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5266] Added *.h from *.h.in to distclean
authorFrancis Dupont <fdupont@isc.org>
Fri, 20 Oct 2017 15:52:12 +0000 (17:52 +0200)
committerFrancis Dupont <fdupont@isc.org>
Fri, 20 Oct 2017 15:52:12 +0000 (17:52 +0200)
src/lib/hooks/tests/Makefile.am

index d9016a6565c9831fb7590177feb58a03dd672a12..70d22497a691fa966aa965052533565435402e89 100644 (file)
@@ -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)