From 74bdddef039219ef389eaae9731ae0f33b74b142 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 --- pdns/recursordist/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pdns/recursordist/Makefile.am b/pdns/recursordist/Makefile.am index 65022d5aa7..565bd70d3b 100644 --- a/pdns/recursordist/Makefile.am +++ b/pdns/recursordist/Makefile.am @@ -35,6 +35,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