mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 19:30:07 +01:00
Patches from Robert Love: * gnome/applet/wireless-applet.glade - Tighten up wording * src/NetworkManagerDevice.c - Remove misplaced ';' * configure.in initscript/Makefile.am initscript/SUSE/Makefile.am initscript/SUSE/networkmanager - Add SUSE initscript git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@669 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
16 lines
218 B
Makefile
16 lines
218 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
|