blob: 62107f9e90e4af5b7e0f28dc1b2b22179f1a8142 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
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 \
$(images_DATA)
|