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