From 6793a32a8c5445103ba3680bb5e4c31727096099 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 10 Sep 2014 13:51:53 -0400 Subject: 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). --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 \ -- cgit v1.2.1