summary refs log tree commit diff
path: root/src/settings/plugins/Makefile.am
blob: 568da7f6ac13ccb9f9739e050091491f6f01a282 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SUBDIRS=keyfile example

@GNOME_CODE_COVERAGE_RULES@

if CONFIG_PLUGIN_IBFT
SUBDIRS+=ibft
endif

if CONFIG_PLUGIN_IFCFG_RH
SUBDIRS+=ifcfg-rh
endif

if CONFIG_PLUGIN_IFCFG_SUSE
SUBDIRS+=ifcfg-suse
endif

if CONFIG_PLUGIN_IFUPDOWN
SUBDIRS+=ifupdown
endif

if CONFIG_PLUGIN_IFNET
SUBDIRS+=ifnet
endif