aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: a032ebaddea1d68525419c0ae554451eefeec582 (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            \
    evolution.spec.in   \
    $(appicon_DATA)     \
    $(application_DATA)

SUBDIRS =           \
    intl            \
    macros          \
    data            \
    e-util          \
    widgets         \
    shell           \
    libibex         \
    camel           \
    filter          \
    composer        \
    mail            \
    libical         \
    libversit       \
    addressbook     \
    calendar        \
    wombat          \
    art         \
    default_user        \
    tools           \
    po          \
    doc

dist-hook: evolution.spec
    cp evolution.spec $(distdir)
9.5.1miwi2008-10-264-16/+45 * - Be more friendly for packagerafan2007-09-055-17/+38 * Upgrade 0.9.9.2: [1]itetcu2007-08-166-45/+107 * - Update to 0.9.9miwi2007-03-1716-624/+552 * Remove USE_REINPLACE from all categories starting with Dedwin2006-05-051-1/+0 * - Update to 0.9.8pav2005-11-1216-335/+675