mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 05:00:10 +01:00
Patch Valentine Sinitsyn <e_val@inbox.ru> to fix GNOME bug #342398: * configure.in, gnome/Makefile.am, Makefile.am: Add "--without-gnome" configure flag to disable building of the GNOME-based applet. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1765 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
6 lines
90 B
Makefile
6 lines
90 B
Makefile
if WITH_GNOME
|
|
SUBDIRS = applet libnm_glib vpn-properties
|
|
else
|
|
SUBDIRS = libnm_glib
|
|
endif
|
|
|