]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - modules/bindbackend/meson.build
Meson: Refactor into a single file
[thirdparty/pdns.git] / modules / bindbackend / meson.build
index 26fb97788ae0bfd3c4d7b1a260991d574839c73f..ad0576904e64ed4ccae26f2f14c256a0163bb591 100644 (file)
@@ -18,6 +18,7 @@ lib = static_library(
   sources,
   dependencies: module_deps,
   extra_files: extras,
+  link_with: libpdns_bindparser,
 )
 
 dep_name = 'dep_' + module_backend_name