From 6158bcecd722a9e8b23dd2d3bcfc148e37d5c039 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 28 Jul 2010 16:21:40 +0200 Subject: Bug #622912 - Migrate from dbus-glib to glib's GDBus --- modules/connman/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'modules/connman/Makefile.am') diff --git a/modules/connman/Makefile.am b/modules/connman/Makefile.am index 63822262c4..58defdd838 100644 --- a/modules/connman/Makefile.am +++ b/modules/connman/Makefile.am @@ -4,8 +4,7 @@ libevolution_module_connman_la_CPPFLAGS = \ $(AM_CPPFLAGS) \ -I$(top_srcdir) \ -DG_LOG_DOMAIN=\"evolution-connman\" \ - $(GNOME_PLATFORM_CFLAGS) \ - $(DBUS_GLIB_CFLAGS) + $(GNOME_PLATFORM_CFLAGS) libevolution_module_connman_la_SOURCES = \ evolution-connman.c @@ -13,8 +12,7 @@ libevolution_module_connman_la_SOURCES = \ libevolution_module_connman_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/shell/libeshell.la \ - $(GNOME_PLATFORM_LIBS) \ - $(DBUS_GLIB_LIBS) + $(GNOME_PLATFORM_LIBS) libevolution_module_connman_la_LDFLAGS = \ -module -avoid-version $(NO_UNDEFINED) -- cgit v1.2.3