]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add two missing dependencies 16461/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 10 Nov 2025 08:08:13 +0000 (09:08 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 10 Nov 2025 08:17:59 +0000 (09:17 +0100)
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
pdns/recursordist/rec-rust-lib/rust/meson.build

index 24d40cccfc7f88e5baf4c7cced0bbaa1c9e3586b..06fbbd7cdfeab6123a2e18a27dc57cfc0e185f62 100644 (file)
@@ -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,