diff options
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/Makefile.am | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index b85b91949a..45eced78c0 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2001-01-01 Michael Meeks <michael@helixcode.com> + + * Makefile.am: remove evolution-addressbook-ldap.xml so we + build again. + 2000-12-29 Chris Toshok <toshok@helixcode.com> * evolution-addressbook.xml: add "Settings/Addressbook diff --git a/ui/Makefile.am b/ui/Makefile.am index 1cbc68539c..cac3624a78 100644 --- a/ui/Makefile.am +++ b/ui/Makefile.am @@ -1,7 +1,6 @@ XML_FILES = \ evolution.xml \ evolution-addressbook.xml \ - evolution-addressbook-ldap.xml \ evolution-calendar.xml \ evolution-contact-editor.xml \ evolution-event-editor.xml \ |