summaryrefslogtreecommitdiff
path: root/src/settings/plugins/meson.build
blob: cde0844be5e702d0d04f29ca7ec3ecd4c45bd774 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# SPDX-License-Identifier: LGPL-2.1+

if enable_ifcfg_rh
  subdir('ifcfg-rh')
endif

if enable_ifupdown
  subdir('ifupdown')
endif

if enable_tests
  subdir('keyfile/tests')
endif