NetworkManager/src/dns-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-dns-dnsmasq.c dns-manager: minor cleanups 2013-04-03 10:23:49 -04:00
nm-dns-dnsmasq.h dns-manager: minor cleanups 2013-04-03 10:23:49 -04:00
nm-dns-manager.c dns-manager: add dns=none 2013-04-03 10:23:49 -04:00
nm-dns-manager.h core: don't pass config data to NMDHCPManager and NMDnsManager 2013-04-03 10:23:48 -04:00
nm-dns-plugin.c core: track which interface an IP config came from 2013-02-07 15:31:00 -06:00
nm-dns-plugin.h dns-manager: minor cleanups 2013-04-03 10:23:49 -04:00
nm-dns-utils.c dns: direct IPv4 reverse DNS queries to split DNS servers 2010-12-16 17:49:22 -06:00
nm-dns-utils.h dns: direct IPv4 reverse DNS queries to split DNS servers 2010-12-16 17:49:22 -06:00