From: Francis Dupont Date: Fri, 20 Oct 2017 15:39:08 +0000 (+0200) Subject: [5266] Added *.h from *.h.in to distclean X-Git-Tag: Kea-1.3.0~2^2~24^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2be521ad3ffa9ff91d88fe7674c6d85be9b5c2b2;p=thirdparty%2Fkea.git [5266] Added *.h from *.h.in to distclean --- diff --git a/src/bin/dhcp4/tests/Makefile.am b/src/bin/dhcp4/tests/Makefile.am index 4a82bc66ae..75e2074abe 100644 --- a/src/bin/dhcp4/tests/Makefile.am +++ b/src/bin/dhcp4/tests/Makefile.am @@ -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)