]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Allow meson build
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 8 Oct 2024 13:02:01 +0000 (15:02 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 4 Nov 2024 14:20:14 +0000 (15:20 +0100)
pdns/recursordist/meson.build

index 31c39799caab9c0cc0f6ae5a6bd7fb0e5a0300e0..ed573dedd760f52bf51c0797050655b1cf0d9691 100644 (file)
@@ -139,6 +139,8 @@ common_sources += files(
   src_dir / 'rec-zonetocache.cc',
   src_dir / 'rec_channel.cc',
   src_dir / 'rec_channel_rec.cc',
+  src_dir / 'rec-xfr.cc',
+  src_dir / 'rec-xfrtracker.cc',
   src_dir / 'recpacketcache.cc',
   src_dir / 'recursor_cache.cc',
   src_dir / 'reczones-helpers.cc',