]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: Minor cleanup of pdns module
authorFred Morcos <fred.morcos@open-xchange.com>
Thu, 7 Sep 2023 14:13:36 +0000 (16:13 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:49 +0000 (13:28 +0100)
pdns/meson.build

index 5633f6b46417178c4a7cb2fc6564edf30a64426a..ee58d129cf73e2454314fca410f5cd2625a53eb9 100644 (file)
@@ -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',