From: Remi Gacogne Date: Thu, 17 Oct 2024 09:37:44 +0000 (+0200) Subject: dnsdist: Fix building without dnstap support enabled X-Git-Tag: dnsdist-2.0.0-alpha1~128^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b29e68adb409a012216a04b925990aaaa5cfa83f;p=thirdparty%2Fpdns.git dnsdist: Fix building without dnstap support enabled --- diff --git a/pdns/dnsdistdist/meson.build b/pdns/dnsdistdist/meson.build index c2074828b6..a62e50b523 100644 --- a/pdns/dnsdistdist/meson.build +++ b/pdns/dnsdistdist/meson.build @@ -205,13 +205,6 @@ conditional_sources = { ], 'condition': dep_cdb.found(), }, - 'dnstap': { - 'sources': [ - src_dir / 'dnstap.cc', - src_dir / 'fstrm_logger.cc', - ], - 'condition': dep_dnstap.found(), - }, 'doh': { 'sources': [ src_dir / 'doh.cc', @@ -395,6 +388,8 @@ tools = { 'dnsdist': { 'main': src_dir / 'dnsdist.cc', 'files-extra': [ + src_dir / 'dnstap.cc', + src_dir / 'fstrm_logger.cc', mplexer_sources, ], 'manpages': ['dnsdist.1'],