From 822fcbbd0fa5cfb69d03b689571a20a52c97ae12 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 21 Apr 2013 12:10:59 -0400 Subject: Add contact-photos module. This encapsulates the EContactPhoto look up feature that was previously built into EPhotoCache. It's now implemented as an EPhotoSource -- one per address book. One advantage of this implementation is that address books are now queried concurrently rather than serially. EPhotoCacheContactLoader is an EPhotoCache extension that takes care of adding and removing EPhotoSources for available address books. --- modules/contact-photos/Makefile.am | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 modules/contact-photos/Makefile.am (limited to 'modules/contact-photos/Makefile.am') diff --git a/modules/contact-photos/Makefile.am b/modules/contact-photos/Makefile.am new file mode 100644 index 0000000000..83b934471f --- /dev/null +++ b/modules/contact-photos/Makefile.am @@ -0,0 +1,30 @@ +module_LTLIBRARIES = module-contact-photos.la + +module_contact_photos_la_CPPFLAGS = \ + $(AM_CPPFLAGS) \ + -I$(top_srcdir) \ + -DG_LOG_DOMAIN=\"evolution-contact-photos\" \ + $(EVOLUTION_DATA_SERVER_CFLAGS) \ + $(GNOME_PLATFORM_CFLAGS) \ + $(GTKHTML_CFLAGS) \ + $(NULL) + +module_contact_photos_la_SOURCES = \ + evolution-contact-photos.c \ + e-contact-photo-source.c \ + e-contact-photo-source.h \ + e-photo-cache-contact-loader.c \ + e-photo-cache-contact-loader.h \ + $(NULL) + +module_contact_photos_la_LIBADD = \ + $(top_builddir)/e-util/libeutil.la \ + $(EVOLUTION_DATA_SERVER_LIBS) \ + $(GNOME_PLATFORM_LIBS) \ + $(GTKHTML_LIBS) \ + $(NULL) + +module_contact_photos_la_LDFLAGS = \ + -module -avoid-version $(NO_UNDEFINED) + +-include $(top_srcdir)/git.mk -- cgit v1.2.3