From: Francis Dupont Date: Fri, 20 Oct 2017 15:43:32 +0000 (+0200) Subject: [5266] Added kea-shell to distclean X-Git-Tag: Kea-1.3.0~2^2~24^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b62edc34d12d69d03899fc106fb9b651463ceec;p=thirdparty%2Fkea.git [5266] Added kea-shell to distclean --- diff --git a/src/bin/dhcp6/tests/Makefile.am b/src/bin/dhcp6/tests/Makefile.am index f0b8d219c8..130646d285 100644 --- a/src/bin/dhcp6/tests/Makefile.am +++ b/src/bin/dhcp6/tests/Makefile.am @@ -31,7 +31,8 @@ CLEANFILES += $(builddir)/load_marker.txt $(builddir)/unload_marker.txt CLEANFILES += $(builddir)/test_leases.csv.* CLEANFILES += *.json *.log -DISTCLEANFILES = dhcp6_process_tests.sh +DISTCLEANFILES = dhcp6_process_tests.sh marker_file.h +DISTCLEANFILES += test_data_files_config.h test_libraries.h AM_CXXFLAGS = $(KEA_CXXFLAGS) diff --git a/src/bin/shell/Makefile.am b/src/bin/shell/Makefile.am index 347085ba84..29bae0f71e 100644 --- a/src/bin/shell/Makefile.am +++ b/src/bin/shell/Makefile.am @@ -7,7 +7,7 @@ sbin_SCRIPTS = kea-shell CLEANFILES = *.pyc man_MANS = kea-shell.8 -DISTCLEANFILES = $(man_MANS) +DISTCLEANFILES = $(sbin_SCRIPTS) $(man_MANS) EXTRA_DIST = $(man_MANS) kea-shell.xml if GENERATE_DOCS