aboutsummaryrefslogblamecommitdiffstats
path: root/Makefile.am
blob: dbf1f33179c3d7e6559f96726aff4bb1b56669d0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                 
                                 









                                 


                                 





                                                  
changelogs =            \
    ChangeLog

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

SUBDIRS =           \
    intl            \
    po          \
    macros          \
    data            \
    camel           \
    e-util          \
    widgets         \
    composer        \
    tests           \
    addressbook     \
    shell           \
    mail            \
    libversit       \
    calendar

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