summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-05-23 14:11:25 -0300
committerDan Winship <danw@gnome.org>2013-08-05 09:53:55 -0400
commitceda4d828445e80e74912a3cc052b457d5bbb8ca (patch)
treee8d71e2893174f8ba66fd0f179f529a91d04826e /src/Makefile.am
parent99ea3783bd276813a86c8f28a5a3d42e3662f1b2 (diff)
downloadNetworkManager-ceda4d828445e80e74912a3cc052b457d5bbb8ca.tar.gz
core: add NMDeviceManagerdanw/devicemanager
Add an NMDeviceManager interface, implemented by NMManager, and exposing its device-keeping-track-of functionality for use by other parts of the code. Make NMSettings use this rather than having special methods that NMManager calls when devices change, and make NMDeviceOlpcMesh use this rather than calling methods on the NMManager directly. Also, remove the unused nm_manager_get_device_by_master().
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d67583367c..20fc6441a4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -220,6 +220,8 @@ nm_sources = \
nm-atm-manager.h \
nm-connection-provider.c \
nm-connection-provider.h \
+ nm-device-manager.c \
+ nm-device-manager.h \
nm-dbus-manager.c \
nm-dbus-manager.h \
nm-dhcp4-config.c \