aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/ebook/Makefile.am
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-06-05 06:20:27 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-06-05 06:20:27 +0800
commiteacf872e7848a120259e7bd3316cdf94319ef696 (patch)
tree0da40b332589c113dd02669e3571e168c7e72076 /addressbook/backend/ebook/Makefile.am
parent342de51c7d93f94c9b19444547cac2a5f6441c2f (diff)
downloadgsoc2013-evolution-eacf872e7848a120259e7bd3316cdf94319ef696.tar
gsoc2013-evolution-eacf872e7848a120259e7bd3316cdf94319ef696.tar.gz
gsoc2013-evolution-eacf872e7848a120259e7bd3316cdf94319ef696.tar.bz2
gsoc2013-evolution-eacf872e7848a120259e7bd3316cdf94319ef696.tar.lz
gsoc2013-evolution-eacf872e7848a120259e7bd3316cdf94319ef696.tar.xz
gsoc2013-evolution-eacf872e7848a120259e7bd3316cdf94319ef696.tar.zst
gsoc2013-evolution-eacf872e7848a120259e7bd3316cdf94319ef696.zip
Added. Code for testing if two ECards appear to pertain to the same
2001-06-04 Jon Trowbridge <trow@ximian.com> * backend/ebook/e-card-compare.c: Added. Code for testing if two ECards appear to pertain to the same contact (using loose matching rules, as opposed to requiring exact equality) and to query the addressbook for the "best match" to ECard. svn path=/trunk/; revision=10114
Diffstat (limited to 'addressbook/backend/ebook/Makefile.am')
-rw-r--r--addressbook/backend/ebook/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/backend/ebook/Makefile.am b/addressbook/backend/ebook/Makefile.am
index 86a97a1e56..872d7128e1 100644
--- a/addressbook/backend/ebook/Makefile.am
+++ b/addressbook/backend/ebook/Makefile.am
@@ -47,6 +47,7 @@ libebook_la_SOURCES = \
e-card-cursor.c \
e-card-simple.c \
e-card.c \
+ e-card-compare.c \
e-destination.c
libebookincludedir = $(includedir)/evolution/ebook
@@ -62,6 +63,7 @@ libebookinclude_HEADERS = \
e-card-simple.h \
e-card-types.h \
e-card.h \
+ e-card-compare.h \
e-destination.h