aboutsummaryrefslogtreecommitdiffstats
path: root/art
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-03-31 04:48:24 +0800
committerDan Winship <danw@src.gnome.org>2000-03-31 04:48:24 +0800
commit0a26a651fccbd80c5c9213495d4c786ffa130a92 (patch)
tree2d6de8953b4c55a6868f27ec3ad89b73d7230c1c /art
parentb642e45d7aedf5654f264004c19a98136fbd60ac (diff)
downloadgsoc2013-evolution-0a26a651fccbd80c5c9213495d4c786ffa130a92.tar
gsoc2013-evolution-0a26a651fccbd80c5c9213495d4c786ffa130a92.tar.gz
gsoc2013-evolution-0a26a651fccbd80c5c9213495d4c786ffa130a92.tar.bz2
gsoc2013-evolution-0a26a651fccbd80c5c9213495d4c786ffa130a92.tar.lz
gsoc2013-evolution-0a26a651fccbd80c5c9213495d4c786ffa130a92.tar.xz
gsoc2013-evolution-0a26a651fccbd80c5c9213495d4c786ffa130a92.tar.zst
gsoc2013-evolution-0a26a651fccbd80c5c9213495d4c786ffa130a92.zip
install new shortcut bar pixmaps.
* configure.in: * Makefile.am: * art/Makefile.am: install new shortcut bar pixmaps. * widgets/shortcut-bar/e-shortcut-bar.c: Sort of use the new pixmaps. This code needs to be restructured, but Damon is rumored to already be doing it. svn path=/trunk/; revision=2261
Diffstat (limited to 'art')
-rw-r--r--art/Makefile.am20
1 files changed, 20 insertions, 0 deletions
diff --git a/art/Makefile.am b/art/Makefile.am
new file mode 100644
index 0000000000..9ae3a7ca90
--- /dev/null
+++ b/art/Makefile.am
@@ -0,0 +1,20 @@
+pixmapdir = $(datadir)/pixmaps/evolution
+
+pixmap_DATA = \
+ evolution-calendar.png \
+ evolution-contacts.png \
+ evolution-inbox.png \
+ evolution-notes.png \
+ evolution-tasks.png \
+ evolution-today.png
+
+EXTRA_DIST = \
+ attachment.xpm \
+ mail-new.xpm \
+ mail-read.xpm \
+ mail-replied.xpm \
+ mark.xpm \
+ meeting.xpm \
+ priority-high.xpm \
+ priority-low.xpm \
+ $(pixmap_DATA)