diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-11 12:42:53 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-11 12:42:53 +0800 |
commit | 6545899a2972546a035da4d73c3625b9e8bb7438 (patch) | |
tree | 63abda4bfb1f02af0bba51c6064e4f6b1131cc44 /ui/Makefile.am | |
parent | c701a5e0260fb27c26a4e81edaee61db651b1040 (diff) | |
download | gsoc2013-evolution-6545899a2972546a035da4d73c3625b9e8bb7438.tar.gz gsoc2013-evolution-6545899a2972546a035da4d73c3625b9e8bb7438.tar.zst gsoc2013-evolution-6545899a2972546a035da4d73c3625b9e8bb7438.zip |
Add menu and toolbar UI for calendars, memos and tasks.
svn path=/branches/kill-bonobo/; revision=36299
Diffstat (limited to 'ui/Makefile.am')
-rw-r--r-- | ui/Makefile.am | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/ui/Makefile.am b/ui/Makefile.am index 5023d30148..fb02f4f427 100644 --- a/ui/Makefile.am +++ b/ui/Makefile.am @@ -1,17 +1,16 @@ XML_FILES = \ evolution.xml \ - evolution-addressbook.xml \ - evolution-calendar.xml \ evolution-mail-message.xml \ evolution-mail-list.xml \ evolution-mail-global.xml \ - evolution-mail-messagedisplay.xml \ - evolution-memos.xml \ - evolution-tasks.xml + evolution-mail-messagedisplay.xml UI_FILES = \ + evolution-calendars.ui \ evolution-contacts.ui \ - evolution-shell.ui + evolution-memos.ui \ + evolution-shell.ui \ + evolution-tasks.ui evolutionui_DATA = $(UI_FILES) $(XML_FILES) |