mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 12:20:09 +01:00
Implement suse plugin for system settings daemon. * system-settings/plugins/ifcfg-suse/*: Implement. * system-settings/plugins/Makefile.am: Add ifcfg-suse to subdirs when targeting suse. * configure.in: Check (without failing) for gio. Create ifcfg-suse plugin's Makefile. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3355 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
7 lines
85 B
Makefile
7 lines
85 B
Makefile
if TARGET_REDHAT
|
|
SUBDIRS=ifcfg-fedora
|
|
endif
|
|
|
|
if TARGET_SUSE
|
|
SUBDIRS=ifcfg-suse
|
|
endif
|