aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 4b475c8a61cda7c9ed2c815cafa8578983cd0e22 (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
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                   \
    executive-summary   \
        libibex                 \
        camel                   \
        filter                  \
        composer                \
        mail                    \
        libical                 \
        libversit               \
        addressbook             \
        calendar                \
        wombat                  \
        art                     \
    ui          \
        default_user            \
        tools                   \
        po                      \
        doc