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

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