blob: 3020faeb458982f4e130b68eeff2ec154649f030 [file] [log] [blame]
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)