diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ui/Makefile.am | 3 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2000-09-29 Peter Williams <peterw@helixcode.com> + + * ui/Makefile.am (XML_FILES): Install the new evolution-subscribe.xml + file. + 2000-09-29 Chris Toshok <toshok@helixcode.com> * ui/evolution-mail.xml: add a Settings/Manage Subscriptions... diff --git a/ui/Makefile.am b/ui/Makefile.am index ce5bf1b3f4..377b9d6901 100644 --- a/ui/Makefile.am +++ b/ui/Makefile.am @@ -4,7 +4,8 @@ XML_FILES = \ evolution-addressbook-ldap.xml \ evolution-contact-editor.xml \ evolution-mail.xml \ - evolution-calendar.xml + evolution-calendar.xml \ + evolution-subscribe.xml uidir = $(datadir)/gnome/ui ui_DATA = $(XML_FILES) |