diff options
author | Michael Meeks <michael@helixcode.com> | 2001-01-02 02:02:46 +0800 |
---|---|---|
committer | Michael Meeks <michael@src.gnome.org> | 2001-01-02 02:02:46 +0800 |
commit | cb143781817b482f1ac777c69bd76229477895b6 (patch) | |
tree | e143ddc5e98060fb7c7dbe4622223d71b266a16e | |
parent | 03f33b9c90723d9fd2b487640000c27514e7aaa3 (diff) | |
download | gsoc2013-evolution-cb143781817b482f1ac777c69bd76229477895b6.tar gsoc2013-evolution-cb143781817b482f1ac777c69bd76229477895b6.tar.gz gsoc2013-evolution-cb143781817b482f1ac777c69bd76229477895b6.tar.bz2 gsoc2013-evolution-cb143781817b482f1ac777c69bd76229477895b6.tar.lz gsoc2013-evolution-cb143781817b482f1ac777c69bd76229477895b6.tar.xz gsoc2013-evolution-cb143781817b482f1ac777c69bd76229477895b6.tar.zst gsoc2013-evolution-cb143781817b482f1ac777c69bd76229477895b6.zip |
remove evolution-addressbook-ldap.xml so we build again.
2001-01-01 Michael Meeks <michael@helixcode.com>
* Makefile.am: remove evolution-addressbook-ldap.xml so we
build again.
svn path=/trunk/; revision=7201
-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 \ |