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