blob: 117ffbb3d9b2c46a536d0e3d74164423a3aca41a [file] [log] [blame] [edit]
subdir('plugins')
subdir('scripts')
# Define the path for the configuration file
dreport_conf_dir = join_paths(
get_option('prefix'),
get_option('datadir'),
'dreport.d/conf.d',
)
conf_file = meson.current_source_dir() / 'dreport_op.conf'
install_data(conf_file, install_dir: dreport_conf_dir)