mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-18 08:08:09 +02:00
24 lines
291 B
Meson
24 lines
291 B
Meson
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
subdir('adsl')
|
|
|
|
if enable_modem_manager
|
|
subdir('wwan')
|
|
subdir('bluetooth')
|
|
endif
|
|
|
|
if enable_wifi
|
|
subdir('wifi')
|
|
endif
|
|
|
|
if enable_teamdctl
|
|
subdir('team')
|
|
endif
|
|
|
|
if enable_ovs
|
|
subdir('ovs')
|
|
endif
|
|
|
|
if enable_tests
|
|
subdir('tests')
|
|
endif
|