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 /configure.in | |
parent | d44875ac5f2dfc7753cc33281c5fc8a866edd0b7 (diff) | |
download | gsoc2013-evolution-711ce9920ad6ca4f9ffd8a246d70acc574f2ae39.tar gsoc2013-evolution-711ce9920ad6ca4f9ffd8a246d70acc574f2ae39.tar.gz gsoc2013-evolution-711ce9920ad6ca4f9ffd8a246d70acc574f2ae39.tar.bz2 gsoc2013-evolution-711ce9920ad6ca4f9ffd8a246d70acc574f2ae39.tar.lz gsoc2013-evolution-711ce9920ad6ca4f9ffd8a246d70acc574f2ae39.tar.xz 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 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 29136aaff7..b82a3febae 100644 --- a/configure.in +++ b/configure.in @@ -125,6 +125,7 @@ AC_DEFINE_UNQUOTED(CAMEL_HARD_LOG_LEVEL, $camel_hard_log_level) AC_OUTPUT([ Makefile macros/Makefile +intl/Makefile po/Makefile.in e-util/Makefile camel/Makefile @@ -144,4 +145,6 @@ widgets/e-table/Makefile addressbook/Makefile addressbook/contact-editor/Makefile shell/Makefile +mail/Makefile +data/Makefile ]) |