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

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