From: Remi Gacogne Date: Mon, 28 Oct 2019 17:56:54 +0000 (+0100) Subject: rec: Add generated dnstap.pb.{cc,h} to the 'clean' target X-Git-Tag: dnsdist-1.4.0~26^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8482%2Fhead;p=thirdparty%2Fpdns.git rec: Add generated dnstap.pb.{cc,h} to the 'clean' target --- 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/*