blob: 3020faeb458982f4e130b68eeff2ec154649f030 [file] [log] [blame]
Gopichand Paturi24226c42024-05-16 14:51:22 -05001subdir('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)