]> 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:48:34 +0000 (17:48 +0200)
committerFrancis Dupont <fdupont@isc.org>
Fri, 20 Oct 2017 15:48:34 +0000 (17:48 +0200)
src/lib/config/tests/Makefile.am

index d2b6bbe1608fe489333bedc172423a38bc79d1d7..e46eef9bb48c1cfd4aa6936ab964115dd0080045 100644 (file)
@@ -11,6 +11,7 @@ AM_LDFLAGS = -static
 endif
 
 CLEANFILES = *.gcno *.gcda
+DISTCLEANFILES = data_def_unittests_config.h
 
 TESTS_ENVIRONMENT = \
        $(LIBTOOL) --mode=execute $(VALGRIND_COMMAND)