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

if TARGET_REDHAT
SUBDIRS+=ifcfg-rh
endif

if TARGET_SUSE
SUBDIRS+=ifcfg-suse
endif

if TARGET_MANDRIVA
SUBDIRS+=ifcfg-rh
endif

if TARGET_DEBIAN
SUBDIRS+=ifupdown
endif