1subdir('plugins') 2subdir('scripts') 3 4# Define the path for the configuration file 5dreport_conf_dir = join_paths( 6 get_option('prefix'), 7 get_option('datadir'), 8 'dreport.d/conf.d', 9) 10conf_file = meson.current_source_dir() / 'dreport_op.conf' 11install_data(conf_file, install_dir: dreport_conf_dir) 12