aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/Makefile.am
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-06-02 06:29:10 +0800
committerChris Lahey <clahey@src.gnome.org>2000-06-02 06:29:10 +0800
commit5ea91bd94b21b27d83d0f6b14d64ce8c0df88acf (patch)
treea8a02635e105fd6c4a11fb163249c6420755cece /addressbook/gui/component/Makefile.am
parent8f4bcac53f23aa42a221f2105263a33521e77c85 (diff)
downloadgsoc2013-evolution-5ea91bd94b21b27d83d0f6b14d64ce8c0df88acf.tar
gsoc2013-evolution-5ea91bd94b21b27d83d0f6b14d64ce8c0df88acf.tar.gz
gsoc2013-evolution-5ea91bd94b21b27d83d0f6b14d64ce8c0df88acf.tar.bz2
gsoc2013-evolution-5ea91bd94b21b27d83d0f6b14d64ce8c0df88acf.tar.lz
gsoc2013-evolution-5ea91bd94b21b27d83d0f6b14d64ce8c0df88acf.tar.xz
gsoc2013-evolution-5ea91bd94b21b27d83d0f6b14d64ce8c0df88acf.tar.zst
gsoc2013-evolution-5ea91bd94b21b27d83d0f6b14d64ce8c0df88acf.zip
return TRUE if opening a contact editor so that we don't get a "new
2000-06-01 Christopher James Lahey <clahey@helixcode.com> * gui/minicard/e-minicard.c: return TRUE if opening a contact editor so that we don't get a "new dialog" contact editor. svn path=/trunk/; revision=3342
Diffstat (limited to 'addressbook/gui/component/Makefile.am')
-rw-r--r--addressbook/gui/component/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am
index 370265e019..35939f8940 100644
--- a/addressbook/gui/component/Makefile.am
+++ b/addressbook/gui/component/Makefile.am
@@ -30,6 +30,10 @@ evolution_addressbook_SOURCES = \
e-ldap-server-dialog.h \
e-addressbook-model.c \
e-addressbook-model.h \
+ e-cardlist-model.c \
+ e-cardlist-model.h \
+ e-select-names.c \
+ e-select-names.h \
addressbook-component.c \
addressbook-component.h \
addressbook-factory.c \