Skip to content

Commit bd79939

Browse files
committed
dnsdist: Fix building without dnstap support enabled
1 parent 7fd4764 commit bd79939

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

pdns/dnsdistdist/meson.build

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -205,13 +205,6 @@ conditional_sources = {
205205
],
206206
'condition': dep_cdb.found(),
207207
},
208-
'dnstap': {
209-
'sources': [
210-
src_dir / 'dnstap.cc',
211-
src_dir / 'fstrm_logger.cc',
212-
],
213-
'condition': dep_dnstap.found(),
214-
},
215208
'doh': {
216209
'sources': [
217210
src_dir / 'doh.cc',
@@ -395,6 +388,8 @@ tools = {
395388
'dnsdist': {
396389
'main': src_dir / 'dnsdist.cc',
397390
'files-extra': [
391+
src_dir / 'dnstap.cc',
392+
src_dir / 'fstrm_logger.cc',
398393
mplexer_sources,
399394
],
400395
'manpages': ['dnsdist.1'],

0 commit comments

Comments
 (0)