diff options
author | Dan Winship <danw@gnome.org> | 2014-09-10 13:51:53 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2014-09-18 11:51:09 -0400 |
commit | 6793a32a8c5445103ba3680bb5e4c31727096099 (patch) | |
tree | fe9026f44669b6e523459c39cf991ad7c318395f /Makefile.am | |
parent | 16871ebc388f81fd811e9f7d85965ba86236005c (diff) | |
download | NetworkManager-6793a32a8c5445103ba3680bb5e4c31727096099.tar.gz |
libnm: port to GDBus
Port libnm-core/libnm to GDBus.
The NetworkManager daemon continues to use dbus-glib; the
previously-added connection hash/variant conversion methods are now
moved to NetworkManagerUtils (along with a few other utilities that
are now only needed by the daemon code).
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1f1311b8fc..18bb6c68c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,11 +3,11 @@ include $(GLIB_MAKEFILE) SUBDIRS = \ . \ include \ + introspection \ libnm-core \ libnm \ libnm-util \ libnm-glib \ - introspection \ src \ callouts \ clients \ |