aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 2fb2b21aee13bdc2cb429b6f6ff125e876cb08fc (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
changelogs =            \
    ChangeLog

EXTRA_DIST =            \
    AUTHORS         \
    $(changelogs)       \
    README          \
    HACKING         \
    MAINTAINERS     \
    NEWS

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

dist-hook:
    for subdir in intl ; do \
      mkdir $(distdir)/$$subdir ; \
      cp -pr $(srcdir)/$$subdir $(distdir) ; \
    done