diff options
author | Peter Williams <peterw@src.gnome.org> | 2000-09-30 07:32:53 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2000-09-30 07:32:53 +0800 |
commit | f6471e8c37bb6eafcb27a5cad42310403825367a (patch) | |
tree | 3f4af27f3c42a41fd089ccf07ce170283eb7c16e /ui | |
parent | bd9c1a3c06a58db8a25ec1e4cd4badf0d0209445 (diff) | |
download | gsoc2013-evolution-f6471e8c37bb6eafcb27a5cad42310403825367a.tar gsoc2013-evolution-f6471e8c37bb6eafcb27a5cad42310403825367a.tar.gz gsoc2013-evolution-f6471e8c37bb6eafcb27a5cad42310403825367a.tar.bz2 gsoc2013-evolution-f6471e8c37bb6eafcb27a5cad42310403825367a.tar.lz gsoc2013-evolution-f6471e8c37bb6eafcb27a5cad42310403825367a.tar.xz gsoc2013-evolution-f6471e8c37bb6eafcb27a5cad42310403825367a.tar.zst gsoc2013-evolution-f6471e8c37bb6eafcb27a5cad42310403825367a.zip |
Install the new subscribe UI xml file
svn path=/trunk/; revision=5640
Diffstat (limited to 'ui')
-rw-r--r-- | ui/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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) |