aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 280f2610c473c045112edf9db19e4f1a98dfe808 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
SUBDIRS =                   \
    po                  \
    macros                  \
    camel                   \
    composer                \
    tests

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