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

index 4a82bc66aeb955f45b6f94a2eb164ae896055983..75e2074abe38fde080e9c257d61e480823138a8e 100644 (file)
@@ -30,7 +30,8 @@ CLEANFILES += $(builddir)/load_marker.txt $(builddir)/unload_marker.txt
 CLEANFILES += $(builddir)/test_leases.csv.*
 CLEANFILES += *.json *.log
 
-DISTCLEANFILES = dhcp4_process_tests.sh
+DISTCLEANFILES = dhcp4_process_tests.sh marker_file.h
+DISTCLEANFILES += test_data_files_config.h test_libraries.h
 
 AM_CXXFLAGS = $(KEA_CXXFLAGS)