mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 13:40:20 +01:00
19 lines
255 B
Makefile
19 lines
255 B
Makefile
SUBDIRS=keyfile example
|
|
|
|
@GNOME_CODE_COVERAGE_RULES@
|
|
|
|
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
|