From bed06d9ec3914ba39975a58797e79ff2ad028768 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 12 Dec 2012 13:11:13 -0500 Subject: Move the contact map widgets to addressbook/gui/widgets. Move the supporting widgets for the contact maps feature alongside EABContactDisplay. Removing them from libeutil helps isolate our usage of libchamplain so it's not imposed on the entire application, and even 3rd party software. That libchamplain is an optional dependency only further complicates the matter. Ideally I'd like to somehow isolate this feature in an extension module, but we currently lack sufficient hooks for such an extension. So this arrangement will have to suffice for now. --- libemail-engine/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'libemail-engine') diff --git a/libemail-engine/Makefile.am b/libemail-engine/Makefile.am index 55fbef2334..215d48e934 100644 --- a/libemail-engine/Makefile.am +++ b/libemail-engine/Makefile.am @@ -18,7 +18,6 @@ libemail_engine_la_CPPFLAGS = \ -I$(top_builddir) \ $(EVOLUTION_DATA_SERVER_CFLAGS) \ $(GNOME_PLATFORM_CFLAGS) \ - $(CHAMPLAIN_CFLAGS) \ $(GTKHTML_CFLAGS) \ -DEVOLUTION_PRIVDATADIR=\""$(privdatadir)"\" \ $(NULL) @@ -72,7 +71,6 @@ libemail_engine_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ - $(CHAMPLAIN_LIBS) \ $(GTKHTML_LIBS) \ $(NULL) -- cgit v1.2.3