summaryrefslogtreecommitdiff
path: root/libnm/Makefile.am
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-09-29 10:58:16 -0400
committerDan Winship <danw@gnome.org>2014-10-10 12:40:19 -0400
commit6f3d1f95262abbf5101d6f88ecfa292d575e0d4f (patch)
treebffa6c50529d46377f71da8907dcd734a8e7a366 /libnm/Makefile.am
parentc1f1e9618126e618e9f10d9a5ce74b2ef7101e76 (diff)
downloadNetworkManager-6f3d1f95262abbf5101d6f88ecfa292d575e0d4f.tar.gz
libnm: merge NMRemoteSettings into NMClient
Make NMRemoteSettings internal and have NMClient wrap all of its APIs, just like it does with NMManager.
Diffstat (limited to 'libnm/Makefile.am')
-rw-r--r--libnm/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm/Makefile.am b/libnm/Makefile.am
index f5ab2c6eee..e3945b88b6 100644
--- a/libnm/Makefile.am
+++ b/libnm/Makefile.am
@@ -50,7 +50,6 @@ libnminclude_HEADERS = \
nm-ip6-config.h \
nm-object.h \
nm-remote-connection.h \
- nm-remote-settings.h \
nm-secret-agent.h \
nm-vpn-connection.h \
nm-vpn-plugin.h \
@@ -64,7 +63,8 @@ libnm_la_private_headers = \
nm-manager.h \
nm-object-cache.h \
nm-object-private.h \
- nm-remote-connection-private.h
+ nm-remote-connection-private.h \
+ nm-remote-settings.h
libnm_la_csources = \
nm-access-point.c \