diff options
-rw-r--r-- | addressbook/ChangeLog | 4 | ||||
-rw-r--r-- | addressbook/gui/component/select-names/Makefile.am | 2 |
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 \ |