summaryrefslogtreecommitdiff
path: root/src/settings/plugins/meson.build
blob: 0fc38bebacedfb5f2da3b26d79ec4ea20f130f83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
if enable_tests
  subdir('keyfile/tests')
endif

if enable_ifcfg_rh
  subdir('ifcfg-rh')
endif

if enable_ifupdown
  subdir('ifupdown')
endif

if enable_ifnet
  subdir('ifnet')
endif

if enable_config_plugin_ibft
  subdir('ibft')
endif