aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-07-04 08:28:30 +0800
committerChris Lahey <clahey@src.gnome.org>2000-07-04 08:28:30 +0800
commitfe9ab058bf0f20634d0e576dd7851d3a6fafa76a (patch)
treebcb9b1f5618acd7b9ce0275c0dd29923677077cd /addressbook
parent6fd5b82ca0c15cb641eb0f7aa427a6989b0f1344 (diff)
downloadgsoc2013-evolution-fe9ab058bf0f20634d0e576dd7851d3a6fafa76a.tar
gsoc2013-evolution-fe9ab058bf0f20634d0e576dd7851d3a6fafa76a.tar.gz
gsoc2013-evolution-fe9ab058bf0f20634d0e576dd7851d3a6fafa76a.tar.bz2
gsoc2013-evolution-fe9ab058bf0f20634d0e576dd7851d3a6fafa76a.tar.lz
gsoc2013-evolution-fe9ab058bf0f20634d0e576dd7851d3a6fafa76a.tar.xz
gsoc2013-evolution-fe9ab058bf0f20634d0e576dd7851d3a6fafa76a.tar.zst
gsoc2013-evolution-fe9ab058bf0f20634d0e576dd7851d3a6fafa76a.zip
Fixed compile error.
2000-07-03 Christopher James Lahey <clahey@helixcode.com> * gui/component/select-names/Makefile.am: Fixed compile error. svn path=/trunk/; revision=3877
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog4
-rw-r--r--addressbook/gui/component/select-names/Makefile.am2
2 files changed, 4 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index c8b7f3cdbf..ed66f26afa 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,9 @@
2000-07-03 Christopher James Lahey <clahey@helixcode.com>
+ * gui/component/select-names/Makefile.am: Fixed compile error.
+
+2000-07-03 Christopher James Lahey <clahey@helixcode.com>
+
* backend/ebook/Makefile.am: Removed e-card-iterator.c,
e-card-iterator.h, e-card-list-iterator.c, e-card-list-iterator.h,
e-card-list.c, e-card-list.h.
diff --git a/addressbook/gui/component/select-names/Makefile.am b/addressbook/gui/component/select-names/Makefile.am
index 4a1bbc4741..f028eeeb89 100644
--- a/addressbook/gui/component/select-names/Makefile.am
+++ b/addressbook/gui/component/select-names/Makefile.am
@@ -25,8 +25,6 @@ INCLUDES = \
lib_LTLIBRARIES = libeselectnames.la
libeselectnames_la_SOURCES = \
- e-select-names-entry.c \
- e-select-names-entry.h \
e-select-names-manager.c \
e-select-names-manager.h \
e-select-names-model.c \