NetworkManager/src/core/devices/meson.build
Thomas Haller e0c617a68f
all: move "src/" directory to "src/core/"
Like commit ac1a9e03e4 ('all: move "src/" directory to "src/core/"')
2021-02-08 09:56:41 +01:00

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