mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 04:40:09 +01:00
23 lines
298 B
Makefile
23 lines
298 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_IFCFG_SUSE
|
|
SUBDIRS+=ifcfg-suse
|
|
endif
|
|
|
|
if CONFIG_PLUGIN_IFUPDOWN
|
|
SUBDIRS+=ifupdown
|
|
endif
|
|
|
|
if CONFIG_PLUGIN_IFNET
|
|
SUBDIRS+=ifnet
|
|
endif
|