]> git.ipfire.org Git - thirdparty/pdns.git/commit
Meson: Move modules handling to modules/ dir 14175/head
authorFred Morcos <fred.morcos@open-xchange.com>
Wed, 15 May 2024 09:47:18 +0000 (11:47 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 15 May 2024 11:09:10 +0000 (13:09 +0200)
commit341ffec855dcf3ff43c57184da214d8302750003
treec7bc1416a4d66d5f82b0317f0b2285f0c5f2a0b1
parent31815572b33b74bff8eb5e1b3dc0aec7e8798cc2
Meson: Move modules handling to modules/ dir

This simplifies a bit the handling of modules, and puts the backend artifacts in a
directory similar to how autotools did it, this helps simplify adapting the regression
tests harness to support our Meson builds.
14 files changed:
meson.build
modules/bindbackend/meson.build
modules/geoipbackend/meson.build
modules/gmysqlbackend/meson.build
modules/godbcbackend/meson.build
modules/gpgsqlbackend/meson.build
modules/gsqlite3backend/meson.build
modules/ldapbackend/meson.build
modules/lmdbbackend/meson.build
modules/lua2backend/meson.build
modules/meson.build [new file with mode: 0644]
modules/pipebackend/meson.build
modules/remotebackend/meson.build
modules/tinydnsbackend/meson.build