]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add `remote_logger_pool` to meson
authorEnsar Sarajčić <dev@ensarsarajcic.com>
Wed, 5 Feb 2025 16:04:13 +0000 (17:04 +0100)
committerEnsar Sarajčić <dev@ensarsarajcic.com>
Wed, 5 Feb 2025 16:04:13 +0000 (17:04 +0100)
pdns/dnsdistdist/meson.build

index 845e33eba49f65284421567def774060af213ab5..eee8fc24a902aaa9a7aeaf1722bb485c1bb6acb9 100644 (file)
@@ -201,6 +201,7 @@ common_sources += files(
   src_dir / 'proxy-protocol.cc',
   src_dir / 'qtype.cc',
   src_dir / 'remote_logger.cc',
+  src_dir / 'remote_logger_pool.cc',
   src_dir / 'snmp-agent.cc',
   src_dir / 'statnode.cc',
   src_dir / 'svc-records.cc',