Skip to content

Commit

Permalink
dnsdist: Fix building without dnstap support enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
rgacogne committed Oct 17, 2024
1 parent 280dd1f commit c574c0d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pdns/dnsdistdist/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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'],
Expand Down

0 comments on commit c574c0d

Please sign in to comment.