blob: 117ffbb3d9b2c46a536d0e3d74164423a3aca41a [file] [log] [blame]
Gopichand Paturi24226c42024-05-16 14:51:22 -05001subdir('plugins')
2subdir('scripts')
3
4# Define the path for the configuration file
Patrick Williamsb37d8262025-02-01 08:36:31 -05005dreport_conf_dir = join_paths(
6 get_option('prefix'),
7 get_option('datadir'),
8 'dreport.d/conf.d',
9)
Gopichand Paturi24226c42024-05-16 14:51:22 -050010conf_file = meson.current_source_dir() / 'dreport_op.conf'
11install_data(conf_file, install_dir: dreport_conf_dir)