mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 18:20:22 +01:00
* Merge the applet and the info-daemon, and move the converged
applet under gnome/applet
* Move libnm_glib to gnome/libnm_glib
* Convert most dbus calls between the applet, info-daemon, and NM
into async calls
* Fix a few things valgrind noticed
* Make NM broadcast state more reliably
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@586 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
11 lines
324 B
Makefile
11 lines
324 B
Makefile
SUBDIRS = utils dhcpcd src dispatcher-daemon gnome vpn-daemons initscript test po
|
|
|
|
EXTRA_DIST = CONTRIBUTING NetworkManager.pc.in NetworkManager.h
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
pkgconfig_DATA = NetworkManager.pc
|
|
|
|
NetworkManagerincludedir=$(includedir)/NetworkManager
|
|
|
|
NetworkManagerinclude_HEADERS = NetworkManager.h
|