aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 46d9add6211341eeef105c4c92972d383c81e793 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUBDIRS =                   \
    po                  \
    macros                  \
    camel                   \
    e-util                  \
    widgets                 \
    composer                \
    tests                   \
    addressbook

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