diff options
author | Damon Chaplin <damon@helixcode.com> | 2001-01-08 08:33:37 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-01-08 08:33:37 +0800 |
commit | 45b8f9d767b5a178e0fdcb48901e664334fd8183 (patch) | |
tree | ef249a435cecf4ebec11f7703be2466876b5030f /ui/Makefile.am | |
parent | be039ac00470f597c133dfa259ea01737958aa6a (diff) | |
download | gsoc2013-evolution-45b8f9d767b5a178e0fdcb48901e664334fd8183.tar gsoc2013-evolution-45b8f9d767b5a178e0fdcb48901e664334fd8183.tar.gz gsoc2013-evolution-45b8f9d767b5a178e0fdcb48901e664334fd8183.tar.bz2 gsoc2013-evolution-45b8f9d767b5a178e0fdcb48901e664334fd8183.tar.lz gsoc2013-evolution-45b8f9d767b5a178e0fdcb48901e664334fd8183.tar.xz gsoc2013-evolution-45b8f9d767b5a178e0fdcb48901e664334fd8183.tar.zst gsoc2013-evolution-45b8f9d767b5a178e0fdcb48901e664334fd8183.zip |
new file for the Tasks controls.
2001-01-08 Damon Chaplin <damon@helixcode.com>
* evolution-tasks.xml: new file for the Tasks controls.
* Makefile.am (XML_FILES): added the above file.
svn path=/trunk/; revision=7296
Diffstat (limited to 'ui/Makefile.am')
-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 cac3624a78..a6b55836c6 100644 --- a/ui/Makefile.am +++ b/ui/Makefile.am @@ -8,7 +8,8 @@ XML_FILES = \ evolution-mail.xml \ evolution-message-composer.xml \ evolution-subscribe.xml \ - evolution-task-editor-dialog.xml + evolution-task-editor-dialog.xml\ + evolution-tasks.xml uidir = $(datadir)/gnome/ui ui_DATA = $(XML_FILES) |