diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 62a285f..2069b90 100644 --- a/meson.build +++ b/meson.build @@ -63,6 +63,10 @@ else message('rst2man not found, not building manual page.') endif +meson.add_install_script('utils/install_helper.sh', + get_option('sbindir'), + get_option('bindir')) + subdir('test') |