diff options
-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) + + + |