diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | art/Makefile.am | 13 |
2 files changed, 15 insertions, 3 deletions
@@ -1,3 +1,8 @@ +2000-09-12 Ettore Perazzoli <ettore@helixcode.com> + + * art/Makefile.am (buttonsdir): Install the new button icons into + `$(datadir)/images/evolution/buttons'. + 2000-09-11 Tuomas Kuosmanen <tigert@helixcode.com> * art/fetch-mail.png diff --git a/art/Makefile.am b/art/Makefile.am index 9e8965aee6..62107f9e90 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -19,6 +19,16 @@ images_DATA = \ envelope.png \ malehead.png +buttonsdir = $(datadir)/images/evolution/buttons +buttons_DATA = \ + compose-message.png \ + copy-message.png \ + fetch-mail.png \ + forward.png \ + move-message.png \ + reply-to-all.png \ + reply.png + EXTRA_DIST = \ attachment.xpm \ compose-message.png \ @@ -39,6 +49,3 @@ EXTRA_DIST = \ tree-expanded.xpm \ tree-unexpanded.xpm \ $(images_DATA) - - - |