diff options
author | Pedro Villavicencio <pvillavi@gnome.org> | 2007-06-06 00:29:32 +0800 |
---|---|---|
committer | Pedro Marcelo Villavicencio Garrido <pvillavi@src.gnome.org> | 2007-06-06 00:29:32 +0800 |
commit | 47cbe04599f3bb72f79269f505e47f449d5a9cf5 (patch) | |
tree | be4202e563b3a03ef7a7624032af600ea1d88cdd | |
parent | 9f80fde296fcefa0833a13d2a2cb2d18b01694f4 (diff) | |
download | gsoc2013-evolution-47cbe04599f3bb72f79269f505e47f449d5a9cf5.tar gsoc2013-evolution-47cbe04599f3bb72f79269f505e47f449d5a9cf5.tar.gz gsoc2013-evolution-47cbe04599f3bb72f79269f505e47f449d5a9cf5.tar.bz2 gsoc2013-evolution-47cbe04599f3bb72f79269f505e47f449d5a9cf5.tar.lz gsoc2013-evolution-47cbe04599f3bb72f79269f505e47f449d5a9cf5.tar.xz gsoc2013-evolution-47cbe04599f3bb72f79269f505e47f449d5a9cf5.tar.zst gsoc2013-evolution-47cbe04599f3bb72f79269f505e47f449d5a9cf5.zip |
Add missing mail/default/sv/Makefile to configure.in
2007-06-05 Pedro Villavicencio <pvillavi@gnome.org>
* configure.in: Add missing mail/default/sv/Makefile to configure.in
svn path=/trunk/; revision=33658
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2007-06-05 Pedro Villavicencio <pvillavi@gnome.org> + + * configure.in: Add missing mail/default/sv/Makefile to configure.in + 2007-06-04 Irene Huang <irene.huang@sun.com> * configure.in: Add configuration option for Sun Kerberos. diff --git a/configure.in b/configure.in index 3bb5524041..11994a560f 100644 --- a/configure.in +++ b/configure.in @@ -1792,6 +1792,7 @@ mail/default/zh_CN/Makefile mail/default/ja/Makefile mail/default/nl/Makefile mail/default/pt/Makefile +mail/default/sv/Makefile mail/importers/Makefile plugins/Makefile plugins/mark-all-read/Makefile |