
Patch from Per Øyvind Karlsen <peroyvind@mandriva.org> * configure.in initscript/Makefile.am initscript/Mandriva/Makefile.am initscript/Mandriva/networkmanager.in initscript/Mandriva/networkmanagerdispatcher.in src/backends/Makefile.am src/backends/NetworkManagerMandriva.c system-settings/plugins/Makefile.am - Add Mandriva support git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3523 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
26 lines
339 B
Makefile
26 lines
339 B
Makefile
SUBDIRS =
|
|
if TARGET_REDHAT
|
|
SUBDIRS += RedHat
|
|
endif
|
|
if TARGET_GENTOO
|
|
SUBDIRS += Gentoo
|
|
endif
|
|
if TARGET_DEBIAN
|
|
SUBDIRS += Debian
|
|
endif
|
|
if TARGET_SLACKWARE
|
|
SUBDIRS += Slackware
|
|
endif
|
|
if TARGET_SUSE
|
|
SUBDIRS += SUSE
|
|
endif
|
|
if TARGET_ARCH
|
|
SUBDIRS += Arch
|
|
endif
|
|
if TARGET_PALDO
|
|
SUBDIRS += paldo
|
|
endif
|
|
if TARGET_MANDRIVA
|
|
SUBDIRS += Mandriva
|
|
endif
|