2000-09-18 Jeffrey Stedfast <fejj@helixcode.com> * art/score-*.xpm: retarded looking icons for use with displaying scores in the message-list view. These need a makeover BADLY ;-) svn path=/trunk/; revision=5494
59 lines
1.2 KiB
Makefile
59 lines
1.2 KiB
Makefile
imagesdir = $(datadir)/images/evolution
|
|
|
|
images_DATA = \
|
|
evolution-calendar.png \
|
|
evolution-contacts.png \
|
|
evolution-inbox.png \
|
|
evolution-notes.png \
|
|
evolution-tasks.png \
|
|
evolution-calendar-mini.png \
|
|
evolution-contacts-mini.png \
|
|
evolution-inbox-mini.png \
|
|
evolution-notes-mini.png \
|
|
evolution-tasks-mini.png \
|
|
evolution-today.png \
|
|
briefcase.png \
|
|
cellphone.png \
|
|
globe.png \
|
|
house.png \
|
|
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 \
|
|
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 \
|
|
score-lowest.xpm \
|
|
score-lower.xpm \
|
|
score-low.xpm \
|
|
score-normal.xpm \
|
|
score-high.xpm \
|
|
score-higher.xpm \
|
|
score-highest.xpm \
|
|
$(images_DATA)
|