diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 04c113f8a8..0000000000 --- a/Makefile.am +++ /dev/null @@ -1,37 +0,0 @@ -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 \ - po - -# Add this when the calendar builds. -# calendar - -dist-hook: - for subdir in intl ; do \ - mkdir $(distdir)/$$subdir ; \ - cp -pr $(srcdir)/$$subdir $(distdir) ; \ - done |