aboutsummaryrefslogtreecommitdiffstats
path: root/art/Makefile.am
blob: 97856c588484a593c2792b097a31cecef2de4e15 (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
imagesdir = $(datadir)/images/evolution

images_DATA = \
    16_configure_addressbook.xpm    \
    16_configure_addressbook.xpm    \
    16_configure_folder.xpm     \
    16_configure_mail.xpm       \
    16_copy_message.xpm     \
    16_edit.xpm         \
    16_encrypt.xpm          \
    16_forward.xpm          \
    16_move_message.xpm     \
    16_print.xpm            \
    16_print.xpm            \
    16_reply.xpm            \
    16_reply_to_all.xpm     \
    16_save.xpm         \
    24_all_contacts.xpm     \
    24_find_contact.xpm     \
    briefcase.png               \
    butterfly.png           \
    cellphone.png               \
    envelope.png                \
    evolution-calendar-mini.png     \
    evolution-calendar.png      \
    evolution-contacts-mini.png     \
    evolution-contacts.png      \
    evolution-inbox-mini.png    \
    evolution-inbox.png         \
    evolution-notes-mini.png    \
    evolution-notes.png         \
    evolution-tasks-mini.png    \
    evolution-tasks.png         \
    evolution-today.png         \
    executive-summary-bg.png    \
    executive-summary-curve.png \
    globe.png                   \
    house.png                   \
    malehead.png            \
    service-close.png       \
    service-configure.png       \
    service-down.png        \
    service-down-disabled.png   \
    service-left.png        \
    service-left-disabled.png   \
    service-right.png       \
    service-right-disabled.png  \
    service-up.png          \
    service-up-disabled.png     \
    splash.png

buttonsdir = $(datadir)/images/evolution/buttons
buttons_DATA =              \
    add-service.png         \
    compose-message.png     \
    copy-message.png        \
    fetch-mail.png          \
    forward.png         \
    move-message.png        \
    reply-to-all.png        \
    reply.png

EXTRA_DIST = \
    add-service.png \
    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)