aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ui/Makefile.am3
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d06c16a7da..8cf731902d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)