NetworkManager/system-settings/plugins/Makefile.am
Dan Williams 04be05e59f 2008-11-25 Dan Williams <dcbw@redhat.com>
* 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
2008-11-25 22:42:21 +00:00

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