blob: abbb9857951b971ffe8db5c0dd3945e4b1e2bcf4 (
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
|
changelogs = \
ChangeLog
appicondir = $(datadir)/pixmaps
appicon_DATA = evolution.png
applicationdir = $(datadir)/gnome/apps/Applications
application_DATA = evolution.desktop
EXTRA_DIST = \
AUTHORS \
$(changelogs) \
README \
HACKING \
MAINTAINERS \
NEWS \
$(appicon_DATA) \
$(application_DATA)
SUBDIRS = \
intl \
macros \
data \
e-util \
widgets \
shell \
libibex \
camel \
filter \
composer \
mail \
libical \
libversit \
addressbook \
calendar \
wombat \
art \
ui \
default_user \
tools \
po \
doc
|