diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-02-13 08:03:37 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-02-13 08:03:37 +0800 |
commit | d811de6309ecf6831d0369f092c04a22db221eb6 (patch) | |
tree | 43b85752590d7ab6216918a49fe8c591f069f2bc /art/Makefile.am | |
parent | 2788f38ed6cd4e82a8eda5183242457e145019d1 (diff) | |
download | gsoc2013-evolution-d811de6309ecf6831d0369f092c04a22db221eb6.tar.gz gsoc2013-evolution-d811de6309ecf6831d0369f092c04a22db221eb6.tar.zst gsoc2013-evolution-d811de6309ecf6831d0369f092c04a22db221eb6.zip |
Install mail-new.xpm, mail-read.xpm and priority-high.xpm in the same
2002-02-12 Jeffrey Stedfast <fejj@ximian.com>
* Makefile.am: Install mail-new.xpm, mail-read.xpm and
priority-high.xpm in the same place as other bonobo-ui menu
pixmaps so we can use these in menus too.
svn path=/trunk/; revision=15699
Diffstat (limited to 'art/Makefile.am')
-rw-r--r-- | art/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/art/Makefile.am b/art/Makefile.am index c635512ce0..0e09cfbcd3 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -50,6 +50,9 @@ images_DATA = \ reply.xpm \ reply_to_all.xpm \ save.xpm \ + mail-new.xpm \ + mail-read.xpm \ + priority-high.xpm \ all_contacts.xpm \ find_contact.xpm \ find_message.xpm \ |