Gopichand Paturi | 24226c4 | 2024-05-16 14:51:22 -0500 | [diff] [blame] | 1 | subdir('plugins') |
2 | subdir('scripts') | ||||
3 | |||||
4 | # Define the path for the configuration file | ||||
5 | dreport_conf_dir = join_paths(get_option('prefix'), get_option('datadir'), 'dreport.d/conf.d') | ||||
6 | conf_file = meson.current_source_dir() / 'dreport_op.conf' | ||||
7 | install_data(conf_file, install_dir: dreport_conf_dir) |