diff options
author | JP Rosevear <jpr@ximian.com> | 2001-06-20 02:27:41 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-06-20 02:27:41 +0800 |
commit | 1227ccbc8afd6e9697ab134ebae4a25470037449 (patch) | |
tree | d858cf6b4d6231a4fedd3512f0f222f5e470272c /ui/Makefile.am | |
parent | 4583098b34dfc46701ec05531bba90a7c59d8d92 (diff) | |
download | gsoc2013-evolution-1227ccbc8afd6e9697ab134ebae4a25470037449.tar.gz gsoc2013-evolution-1227ccbc8afd6e9697ab134ebae4a25470037449.tar.zst gsoc2013-evolution-1227ccbc8afd6e9697ab134ebae4a25470037449.zip |
change to event specific operations
2001-06-19 JP Rosevear <jpr@ximian.com>
* evolution-event-editor.xml: change to event specific operations
* evolution-comp-editor.xml: split non-specific operations out
here
* Makefile.am: install new file
svn path=/trunk/; revision=10294
Diffstat (limited to 'ui/Makefile.am')
-rw-r--r-- | ui/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/Makefile.am b/ui/Makefile.am index b6ea2dc932..c1a8b1d969 100644 --- a/ui/Makefile.am +++ b/ui/Makefile.am @@ -3,6 +3,7 @@ XML_FILES = \ evolution-addressbook.xml \ evolution-calendar.xml \ evolution-contact-editor.xml \ + evolution-comp-editor.xml \ evolution-event-editor.xml \ evolution-executive-summary.xml \ evolution-mail.xml \ |