mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 20:00:09 +01:00
* system-settings/plugins/ifcfg-rh - Rename 'ifcfg-fedora' to 'ifcfg-rh'; it's not just used on Fedora * system-settings/src/main.c - (load_plugins): transparently handle ifcfg-fedora as ifcfg-rh git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4337 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
17 lines
186 B
Makefile
17 lines
186 B
Makefile
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
|