aboutsummaryrefslogtreecommitdiffstats
path: root/art
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-09-12 22:26:23 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-09-12 22:26:23 +0800
commit64b4dcdffa1ae23a39b92fa71520269777fdc451 (patch)
treed7fd3e37c4d7f93a1572a9463ddf9f3d713596ac /art
parent5ce487cf22aae33d4f9a587e37d67532127b6396 (diff)
downloadgsoc2013-evolution-64b4dcdffa1ae23a39b92fa71520269777fdc451.tar
gsoc2013-evolution-64b4dcdffa1ae23a39b92fa71520269777fdc451.tar.gz
gsoc2013-evolution-64b4dcdffa1ae23a39b92fa71520269777fdc451.tar.bz2
gsoc2013-evolution-64b4dcdffa1ae23a39b92fa71520269777fdc451.tar.lz
gsoc2013-evolution-64b4dcdffa1ae23a39b92fa71520269777fdc451.tar.xz
gsoc2013-evolution-64b4dcdffa1ae23a39b92fa71520269777fdc451.tar.zst
gsoc2013-evolution-64b4dcdffa1ae23a39b92fa71520269777fdc451.zip
Install the new button icons under
`$(datadir)/images/evolution/buttons'. svn path=/trunk/; revision=5361
Diffstat (limited to 'art')
-rw-r--r--art/Makefile.am13
1 files changed, 10 insertions, 3 deletions
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)
-
-
-