From: Fred Morcos Date: Sun, 5 Nov 2023 18:50:00 +0000 (+0100) Subject: Meson: Small addition to libpdns_bind_parser X-Git-Tag: rec-5.1.0-alpha1~80^2~81 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0465212601e9a71b2b9127ee4cf58c0c57878b93;p=thirdparty%2Fpdns.git Meson: Small addition to libpdns_bind_parser --- diff --git a/pdns/meson.build b/pdns/meson.build index 07bbb30723..8ecd172077 100644 --- a/pdns/meson.build +++ b/pdns/meson.build @@ -48,6 +48,7 @@ libpdns_bind_parser = declare_dependency( 'pdns-bind-parser', 'zoneparser-tng.cc', extra_files: [ + 'bindparserclasses.hh', 'zoneparser-tng.hh', ], cpp_args: '-Wno-redundant-decls',