From: Fred Morcos Date: Thu, 7 Sep 2023 14:13:36 +0000 (+0200) Subject: Meson: Minor cleanup of pdns module X-Git-Tag: rec-5.1.0-alpha1~80^2~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed1b112a24ba0be1bee0c10189c8fb11c7a1d897;p=thirdparty%2Fpdns.git Meson: Minor cleanup of pdns module --- diff --git a/pdns/meson.build b/pdns/meson.build index 5633f6b464..ee58d129cf 100644 --- a/pdns/meson.build +++ b/pdns/meson.build @@ -163,7 +163,8 @@ libpdns = declare_dependency( 'pdns', 'arguments.cc', 'axfr-retriever.cc', - 'backends/gsql/gsqlbackend.cc', + # TODO Move to a separate module + 'backends' / 'gsql' / 'gsqlbackend.cc', 'base32.cc', 'base64.cc', 'communicator.cc',