diff options
author | Oto Šťáva <oto.stava@nic.cz> | 2024-03-01 10:13:08 +0100 |
---|---|---|
committer | Oto Šťáva <oto.stava@nic.cz> | 2024-03-13 09:23:20 +0100 |
commit | 3a96937542b004e6d34a8eaa365fec4b365dcbd8 (patch) | |
tree | 148642085ec9af377a56df35ac399530f46a05a7 /meson.build | |
parent | Merge !1508: lib/dnssec: dnskey nits (diff) | |
download | knot-resolver-3a96937542b004e6d34a8eaa365fec4b365dcbd8.tar.xz knot-resolver-3a96937542b004e6d34a8eaa365fec4b365dcbd8.zip |
python: expose prefix configuration as a module
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 015d59f9..9ee683d7 100644 --- a/meson.build +++ b/meson.build @@ -231,6 +231,7 @@ subdir('lib') subdir('daemon') subdir('modules') subdir('manager') +subdir('python') subdir('utils') if get_option('bench') == 'enabled' subdir('bench') |