diff options
author | Dan Winship <danw@src.gnome.org> | 2000-05-19 07:11:17 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-05-19 07:11:17 +0800 |
commit | a939913af36fdfd135b1427a45ff11da3cb47ace (patch) | |
tree | cd05b7af1f745b6e29bd8d1cd2bbc6cded6ffcbe | |
parent | 1ff07425c1e2963f7fe835ac4be2c725f12827f5 (diff) | |
download | gsoc2013-evolution-a939913af36fdfd135b1427a45ff11da3cb47ace.tar gsoc2013-evolution-a939913af36fdfd135b1427a45ff11da3cb47ace.tar.gz gsoc2013-evolution-a939913af36fdfd135b1427a45ff11da3cb47ace.tar.bz2 gsoc2013-evolution-a939913af36fdfd135b1427a45ff11da3cb47ace.tar.lz gsoc2013-evolution-a939913af36fdfd135b1427a45ff11da3cb47ace.tar.xz gsoc2013-evolution-a939913af36fdfd135b1427a45ff11da3cb47ace.tar.zst gsoc2013-evolution-a939913af36fdfd135b1427a45ff11da3cb47ace.zip |
add camel/providers/vee
* configure.in (AC_OUTPUT): add camel/providers/vee
svn path=/trunk/; revision=3123
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2000-05-18 Dan Winship <danw@helixcode.com> + + * configure.in (AC_OUTPUT): add camel/providers/vee + 2000-05-16 Ettore Perazzoli <ettore@helixcode.com> * art/Makefile.am: Install the mini icons. diff --git a/configure.in b/configure.in index b2ab6502e3..8ed805f531 100644 --- a/configure.in +++ b/configure.in @@ -438,6 +438,7 @@ camel/providers/Makefile camel/providers/mbox/Makefile camel/providers/pop3/Makefile camel/providers/sendmail/Makefile +camel/providers/vee/Makefile composer/Makefile widgets/Makefile widgets/e-table/Makefile |