From 9d2707b02c5db4c5bca29fafb55f167ac99b5f8e Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 28 Oct 2019 18:56:54 +0100 Subject: [PATCH] rec: Add generated dnstap.pb.{cc,h} to the 'clean' target (cherry picked from commit 74bdddef039219ef389eaae9731ae0f33b74b142) --- pdns/recursordist/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pdns/recursordist/Makefile.am b/pdns/recursordist/Makefile.am index 1cbd2e6a5e..102ee26d83 100644 --- a/pdns/recursordist/Makefile.am +++ b/pdns/recursordist/Makefile.am @@ -30,6 +30,8 @@ BUILT_SOURCES=htmlfiles.h \ CLEANFILES = htmlfiles.h \ dnsmessage.pb.cc \ dnsmessage.pb.h \ + dnstap.pb.cc \ + dnstap.pb.h \ recursor.conf-dist htmlfiles.h: html/* -- 2.47.2