aboutsummaryrefslogtreecommitdiffstats
path: root/art/Makefile.am
blob: a7de1604afb42ad56e7fdb3781eabb5180444b74 (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
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

EXTRA_DIST = \
    attachment.xpm \
    empty.xpm \
    mail-new.xpm \
    mail-read.xpm \
    mail-replied.xpm \
    mark.xpm \
    meeting.xpm \
    priority-high.xpm \
    priority-low.xpm \
    $(images_DATA)