blob: 348f339f8cd3fbe1328b87f90000870f29a1be9f (
plain)
1
2
3
4
5
6
7
8
|
support_dir = get_option('datadir') / meson.project_name().to_lower()
support_dir = support_dir / 'support'
subdir('deptree2dot')
subdir('init.d.examples')
subdir('user.d.examples')
subdir('openvpn')
subdir('sysvinit')
|