From 0a26a651fccbd80c5c9213495d4c786ffa130a92 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 30 Mar 2000 20:48:24 +0000 Subject: 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 --- art/Makefile.am | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 art/Makefile.am (limited to 'art/Makefile.am') 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) -- cgit v1.2.3