diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-19 15:57:20 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-19 15:57:20 +0800 |
commit | 711ce9920ad6ca4f9ffd8a246d70acc574f2ae39 (patch) | |
tree | 7cd058083b3ea1df671ea3aefeff2a5a49532dac /Makefile.am | |
parent | d44875ac5f2dfc7753cc33281c5fc8a866edd0b7 (diff) | |
download | gsoc2013-evolution-711ce9920ad6ca4f9ffd8a246d70acc574f2ae39.tar.gz gsoc2013-evolution-711ce9920ad6ca4f9ffd8a246d70acc574f2ae39.tar.zst gsoc2013-evolution-711ce9920ad6ca4f9ffd8a246d70acc574f2ae39.zip |
More work on the code. Added more for the framework.
More work on the code. Added more for the framework.
Miguel.
svn path=/trunk/; revision=1593
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 32 |
1 files changed, 23 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am index 46d9add621..acf6c42998 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,26 @@ -SUBDIRS = \ - po \ - macros \ - camel \ - e-util \ - widgets \ - composer \ - tests \ - addressbook +changelogs = \ + ChangeLog + +EXTRA_DIST = \ + AUTHORS \ + $(changelogs) \ + README \ + HACKING \ + MAINTAINERS \ + NEWS + +SUBDIRS = \ + po \ + macros \ + data \ + camel \ + e-util \ + widgets \ + composer \ + tests \ + addressbook \ + shell \ + mail dist-hook: for subdir in intl ; do \ |