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. --- modules/prefer-plain/Makefile.am | 2 -- modules/prefer-plain/plugin/Makefile.am | 2 -- 2 files changed, 4 deletions(-) (limited to 'modules/prefer-plain') diff --git a/modules/prefer-plain/Makefile.am b/modules/prefer-plain/Makefile.am index 1b0289ec9e..8b424479f4 100644 --- a/modules/prefer-plain/Makefile.am +++ b/modules/prefer-plain/Makefile.am @@ -9,7 +9,6 @@ module_prefer_plain_la_CPPFLAGS = \ -DG_LOG_DOMAIN=\"evolution-module-prefer-plain\" \ $(EVOLUTION_DATA_SERVER_CFLAGS) \ $(GNOME_PLATFORM_CFLAGS) \ - $(CHAMPLAIN_CFLAGS) \ $(GTKHTML_CFLAGS) module_prefer_plain_la_SOURCES = \ @@ -26,7 +25,6 @@ module_prefer_plain_la_LIBADD = \ $(top_builddir)/shell/libeshell.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ - $(CHAMPLAIN_LIBS) \ $(GTKHTML_LIBS) module_prefer_plain_la_LDFLAGS = \ diff --git a/modules/prefer-plain/plugin/Makefile.am b/modules/prefer-plain/plugin/Makefile.am index 255b914646..177da17add 100644 --- a/modules/prefer-plain/plugin/Makefile.am +++ b/modules/prefer-plain/plugin/Makefile.am @@ -9,7 +9,6 @@ liborg_gnome_prefer_plain_la_CPPFLAGS = \ -DEVOLUTION_PRIVDATADIR=\""$(privdatadir)"\" \ $(EVOLUTION_DATA_SERVER_CFLAGS) \ $(GNOME_PLATFORM_CFLAGS) \ - $(CHAMPLAIN_CFLAGS) \ $(GTKHTML_CFLAGS) liborg_gnome_prefer_plain_la_SOURCES = \ @@ -20,7 +19,6 @@ liborg_gnome_prefer_plain_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED) liborg_gnome_prefer_plain_la_LIBADD = \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ - $(CHAMPLAIN_LIBS) \ $(GTKHTML_LIBS) BUILT_SOURCES = $(plugin_DATA) -- cgit v1.2.3