NetworkManager/src/vpn-manager
Dan Winship c4417c71b6 core: use non-recursive build
Although having different parts of NM in different subdirectories
keeps the source tree neat, it has made the build messy, particularly
because of cross-dependencies between the subdirs.

Reorganize to build all of the pieces of the NetworkManager binary
from src/Makefile, and only use recursive make for test programs,
helper binaries, and plugins.

As part of this, get rid of all the per-directory convenience
libraries, and switch to building a single top-level
libNetworkManager.la, containing everything except main.c, which all
of the test programs can then link against.
2013-05-08 15:07:18 -04:00
..
nm-vpn-connection.c build: stop using client-side generated dbus bindings 2013-05-08 15:00:12 -04:00
nm-vpn-connection.h vpn: kill nm_vpn_connection_get_name() 2012-12-17 17:01:10 -06:00
nm-vpn-manager.c core: use non-recursive build 2013-05-08 15:07:18 -04:00
nm-vpn-manager.h vpn: make nm_vpn_manager_deactivate_connection() take an object, not a path 2012-12-17 17:01:11 -06:00
nm-vpn-service.c all: remove more pointless NULL checks 2013-02-13 13:38:36 -05:00
nm-vpn-service.h vpn: reduce memory usage a bit 2012-12-17 17:01:11 -06:00