1*24226c4fSGopichand Paturisubdir('plugins')
2*24226c4fSGopichand Paturisubdir('scripts')
3*24226c4fSGopichand Paturi
4*24226c4fSGopichand Paturi# Define the path for the configuration file
5*24226c4fSGopichand Paturidreport_conf_dir = join_paths(get_option('prefix'), get_option('datadir'), 'dreport.d/conf.d')
6*24226c4fSGopichand Paturiconf_file = meson.current_source_dir() / 'dreport_op.conf'
7*24226c4fSGopichand Paturiinstall_data(conf_file, install_dir: dreport_conf_dir)
8