From 3af15cdbcd31a7ac4eda748ae83180a228d30a80 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Thu, 23 Jun 2011 23:18:37 +0300 Subject: Use a gdbus-codegen generated GDBusProxy to monitor NM state Get rid of the EphyNetMonitor code and instead generate a GDBusProxy subclass that monitors the StateChanged signal and State property in org.gnome.NetworkManager. This proxy exports these features as standard GObject signal and property, respectively, so we can use it directly through the relevant accessors. https://bugzilla.gnome.org/show_bug.cgi?id=622903 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0b16ea8e5..bace3970e 100644 --- a/configure.ac +++ b/configure.ac @@ -323,6 +323,7 @@ if test "$enable_network_manager" != "no"; then fi if test "$enable_network_manager" = "yes"; then + AC_PATH_PROG([GDBUS_CODEGEN], [gdbus-codegen]) AC_DEFINE([ENABLE_NETWORK_MANAGER],[1],[Define for NetworkManager support]) fi -- cgit v1.2.3