mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-10 03:30:19 +01:00
After the hostname functionality has been moved from plugins to core, the ifcfg-suse plugin contains only boilerplate code with no actual functionality. Remove the plugin, mark it as deprecated in manual page and print a warning when it is selected in configuration file.
19 lines
243 B
Makefile
19 lines
243 B
Makefile
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_IFUPDOWN
|
|
SUBDIRS+=ifupdown
|
|
endif
|
|
|
|
if CONFIG_PLUGIN_IFNET
|
|
SUBDIRS+=ifnet
|
|
endif
|