From dd06e70a33a386b716fedd68393885f45a343b68 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 25 Jan 2006 21:52:27 +0000 Subject: libnm-glib be-gone! Use NetworkManager directly via DBUS, by importing the MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2006-01-25 Christian Persch * configure.ac: * data/epiphany.schemas.in: * embed/mozilla/Makefile.am: * embed/mozilla/mozilla-embed-single.cpp: * lib/ephy-prefs.h: * src/Makefile.am: * src/ephy-net-monitor.c: * src/ephy-net-monitor.h: * src/ephy-shell.c: (ephy_shell_sync_network_status), (impl_get_embed_single), (ephy_shell_dispose), (ephy_shell_get_net_monitor), (_ephy_shell_create_instance), (_ephy_shell_startup): * src/ephy-shell.h: libnm-glib be-gone! Use NetworkManager directly via DBUS, by importing the excellent net-monitor extension directly into Epiphany. Code by Jean-François Rameau. --- src/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 2ab63564f..15b4ee5e6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -122,6 +122,12 @@ libephymain_la_CFLAGS = \ $(DBUS_CFLAGS) \ $(AM_CFLAGS) +if ENABLE_NETWORK_MANAGER +libephymain_la_SOURCES += \ + ephy-net-monitor.c \ + ephy-net-monitor.h +endif + if ENABLE_PYTHON NOINST_H_FILES += \ ephy-python.h \ -- cgit