From: Otto Moerbeek Date: Tue, 8 Oct 2024 13:02:01 +0000 (+0200) Subject: Allow meson build X-Git-Tag: rec-5.2.0-alpha1~7^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cb1a8fb7f9226f30bd4fd72efb4a323914f72315;p=thirdparty%2Fpdns.git Allow meson build --- diff --git a/pdns/recursordist/meson.build b/pdns/recursordist/meson.build index 31c39799ca..ed573dedd7 100644 --- a/pdns/recursordist/meson.build +++ b/pdns/recursordist/meson.build @@ -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',