From: Otto Moerbeek Date: Mon, 10 Nov 2025 08:08:13 +0000 (+0100) Subject: Add two missing dependencies X-Git-Tag: rec-5.4.0-alpha1~123^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=892c5a5bbfe807aeff68a668e9632abb155aec13;p=thirdparty%2Fpdns.git Add two missing dependencies Signed-off-by: Otto Moerbeek --- diff --git a/pdns/recursordist/rec-rust-lib/rust/meson.build b/pdns/recursordist/rec-rust-lib/rust/meson.build index 24d40cccfc..06fbbd7cdf 100644 --- a/pdns/recursordist/rec-rust-lib/rust/meson.build +++ b/pdns/recursordist/rec-rust-lib/rust/meson.build @@ -27,6 +27,8 @@ lib_recrust = custom_target('librecrust.a', 'src/bridge.hh', 'src/bridge.rs', 'src/helpers.rs', + 'src/misc.rs', + 'src/web.rs', ], depends: recrust, env: env,