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

if enable_ifcfg_rh
  subdir('ifcfg-rh')
endif

if enable_ifupdown
  subdir('ifupdown')
endif

if enable_tests
  subdir('keyfile/tests')
endif