diff options
author | Tuomas Kuosmanen <tigert@src.gnome.org> | 2000-09-12 03:57:04 +0800 |
---|---|---|
committer | Tuomas Kuosmanen <tigert@src.gnome.org> | 2000-09-12 03:57:04 +0800 |
commit | df73f0ac4ee72c50ca2807796a6ccc187246b992 (patch) | |
tree | 716a342f68d204ab4f586c53ba4993789ee4ccfb /art/Makefile.am | |
parent | a64ef1cab0de20aad077c1611533778107bdd72d (diff) | |
download | gsoc2013-evolution-df73f0ac4ee72c50ca2807796a6ccc187246b992.tar gsoc2013-evolution-df73f0ac4ee72c50ca2807796a6ccc187246b992.tar.gz gsoc2013-evolution-df73f0ac4ee72c50ca2807796a6ccc187246b992.tar.bz2 gsoc2013-evolution-df73f0ac4ee72c50ca2807796a6ccc187246b992.tar.lz gsoc2013-evolution-df73f0ac4ee72c50ca2807796a6ccc187246b992.tar.xz gsoc2013-evolution-df73f0ac4ee72c50ca2807796a6ccc187246b992.tar.zst gsoc2013-evolution-df73f0ac4ee72c50ca2807796a6ccc187246b992.zip |
this will also make the icon files installed.. /tigert
svn path=/trunk/; revision=5341
Diffstat (limited to 'art/Makefile.am')
-rw-r--r-- | art/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/art/Makefile.am b/art/Makefile.am index 4ec6c2812c..9e8965aee6 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -21,14 +21,24 @@ images_DATA = \ EXTRA_DIST = \ attachment.xpm \ + compose-message.png \ + copy-message.png \ empty.xpm \ + fetch-mail.png \ + forward.png \ mail-new.xpm \ mail-read.xpm \ mail-replied.xpm \ mark.xpm \ meeting.xpm \ + move-message.png \ priority-high.xpm \ priority-low.xpm \ + reply.png \ + reply-to-all.png \ tree-expanded.xpm \ tree-unexpanded.xpm \ $(images_DATA) + + + |