From 87562142de41c165d9f58f3493bca9d22d578712 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Wed, 22 Jan 2025 10:16:48 +0100 Subject: [PATCH] Add dist script --- pdns/recursordist/meson-dist-script | 4 ++++ pdns/recursordist/meson.build | 3 +++ 2 files changed, 7 insertions(+) create mode 100755 pdns/recursordist/meson-dist-script diff --git a/pdns/recursordist/meson-dist-script b/pdns/recursordist/meson-dist-script new file mode 100755 index 0000000000..f430a1de32 --- /dev/null +++ b/pdns/recursordist/meson-dist-script @@ -0,0 +1,4 @@ +#!/bin/sh + +echo HI AM AM THE DIST SCRIPT +env \ No newline at end of file diff --git a/pdns/recursordist/meson.build b/pdns/recursordist/meson.build index bcaa756c27..0e72b6fbbc 100644 --- a/pdns/recursordist/meson.build +++ b/pdns/recursordist/meson.build @@ -11,6 +11,9 @@ project( 'cpp_std=c++17', ], ) + +meson.add_dist_script('meson-dist-script') + add_project_arguments('-DRECURSOR', language: 'cpp') -- 2.47.2