From db0662669e325c56f0b5747ac7f0c3c40059e37d Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Fri, 20 Oct 2017 17:37:49 +0200 Subject: [PATCH] [5266] Added spec_config.h.pre to distclean --- src/bin/dhcp4/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/dhcp4/Makefile.am b/src/bin/dhcp4/Makefile.am index c75a39a21d..18644e9af8 100644 --- a/src/bin/dhcp4/Makefile.am +++ b/src/bin/dhcp4/Makefile.am @@ -23,7 +23,7 @@ endif CLEANFILES = *.gcno *.gcda spec_config.h dhcp4_messages.h dhcp4_messages.cc s-messages man_MANS = kea-dhcp4.8 -DISTCLEANFILES = $(man_MANS) +DISTCLEANFILES = $(man_MANS) spec_config.h.pre EXTRA_DIST = $(man_MANS) kea-dhcp4.xml dhcp4.spec EXTRA_DIST += dhcp4.dox dhcp4_hooks.dox dhcp4o6.dox EXTRA_DIST += dhcp4_parser.yy -- 2.47.2