mirror of
https://github.com/OpenRC/openrc.git
synced 2026-01-31 03:45:57 +00:00
8 lines
194 B
Meson
8 lines
194 B
Meson
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')
|