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

index 88e2f6511f24fdb482e4aa0f4fb2e9b94d4fedf2..342ed921d8f650eac8fc19b908716de8993338f5 100644 (file)
@@ -15,6 +15,7 @@ AM_LDFLAGS = -static
 endif
 
 CLEANFILES = *.gcno *.gcda
+DISTCLEANFILES = test_libraries.h
 
 TESTS_ENVIRONMENT = \
         $(LIBTOOL) --mode=execute $(VALGRIND_COMMAND)