| 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 | ||||
| Patrick Williams | b37d826 | 2025-02-01 08:36:31 -0500 | [diff] [blame] | 5 | dreport_conf_dir = join_paths( |
| 6 | get_option('prefix'), | ||||
| 7 | get_option('datadir'), | ||||
| 8 | 'dreport.d/conf.d', | ||||
| 9 | ) | ||||
| Gopichand Paturi | 24226c4 | 2024-05-16 14:51:22 -0500 | [diff] [blame] | 10 | conf_file = meson.current_source_dir() / 'dreport_op.conf' |
| 11 | install_data(conf_file, install_dir: dreport_conf_dir) | ||||