diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-03-02 05:50:58 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-03-02 05:50:58 +0800 |
commit | 3274711d7e1b98da355c5adde726c69ee340e36e (patch) | |
tree | 5cfb484f0e29ffafff834ce8b6210fc046edb149 /views/tasks/Makefile.am | |
parent | ce67772c53108003cd8ba2bf2130722ab17d5df8 (diff) | |
download | gsoc2013-evolution-3274711d7e1b98da355c5adde726c69ee340e36e.tar.gz gsoc2013-evolution-3274711d7e1b98da355c5adde726c69ee340e36e.tar.zst gsoc2013-evolution-3274711d7e1b98da355c5adde726c69ee340e36e.zip |
Builtin View menus for tasks and mail.
2001-03-01 Christopher James Lahey <clahey@ximian.com>
* .cvsignore, Makefile.am, mail/.cvsignore,
mail/By_Sender.galview, mail/By_Subject.galview, mail/Makefile.am,
mail/galview.xml, tasks/.cvsignore, tasks/Makefile.am,
tasks/Tasks.galview, tasks/With_Category.galview,
tasks/galview.xml: Builtin View menus for tasks and mail.
svn path=/trunk/; revision=8460
Diffstat (limited to 'views/tasks/Makefile.am')
-rw-r--r-- | views/tasks/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/tasks/Makefile.am b/views/tasks/Makefile.am new file mode 100644 index 0000000000..306e63cbca --- /dev/null +++ b/views/tasks/Makefile.am @@ -0,0 +1,3 @@ +defaulttasksdir = $(datadir)/evolution/views/tasks +defaulttasks_DATA = Tasks.galview With_Category.galview galview.xml +EXTRA_DIST = $(defaulttasks_DATA) |