From: Fred Morcos Date: Tue, 8 Aug 2023 14:40:49 +0000 (+0200) Subject: Meson: ext X-Git-Tag: rec-5.1.0-alpha1~80^2~273 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09585e2c620281cdfe5e180ee63beaa2145bf507;p=thirdparty%2Fpdns.git Meson: ext --- diff --git a/ext/meson.build b/ext/meson.build new file mode 100644 index 0000000000..9043be53a1 --- /dev/null +++ b/ext/meson.build @@ -0,0 +1,3 @@ +foreach module: ext_modules + subdir(module) +endforeach diff --git a/meson.build b/meson.build index b596e22401..fe26e41000 100644 --- a/meson.build +++ b/meson.build @@ -163,6 +163,10 @@ endforeach conf.set_quoted('PDNS_MODULES', ' '.join(selected_modules), description: 'Built-in modules') conf.set_quoted('PDNS_DYN_MODULES', ' '.join(selected_dyn_modules), description: 'Dynamically loadable modules that were built along with pdns') +# Ext +ext_modules = ['yahttp', 'ipcrypt'] +subdir('ext') + # Generate config.h ---------------------------------------------------------------------- config_h = configure_file(configuration: conf, output: 'config.h') # summary('Defines', conf.keys(), section: 'Build Configuration') # TODO Meson 0.57