mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-08 04:50:17 +01:00
15 lines
181 B
Meson
15 lines
181 B
Meson
if enable_ibft
|
|
subdir('ibft')
|
|
endif
|
|
|
|
if enable_ifcfg_rh
|
|
subdir('ifcfg-rh')
|
|
endif
|
|
|
|
if enable_ifupdown
|
|
subdir('ifupdown')
|
|
endif
|
|
|
|
if enable_tests
|
|
subdir('keyfile/tests')
|
|
endif
|