diff options
author | NotZed <NotZed@HelixCode.com> | 2000-04-07 23:22:35 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-04-07 23:22:35 +0800 |
commit | 0dfe82940874f1c2ff2e340e2d72ae0e7d060f42 (patch) | |
tree | f9baf6e193ae918e108092732c8581d082b31ae8 /camel/providers/Makefile.am | |
parent | bd4af835174f126c2c2fbacd8da1a2a1d419288e (diff) | |
download | gsoc2013-evolution-0dfe82940874f1c2ff2e340e2d72ae0e7d060f42.tar gsoc2013-evolution-0dfe82940874f1c2ff2e340e2d72ae0e7d060f42.tar.gz gsoc2013-evolution-0dfe82940874f1c2ff2e340e2d72ae0e7d060f42.tar.bz2 gsoc2013-evolution-0dfe82940874f1c2ff2e340e2d72ae0e7d060f42.tar.lz gsoc2013-evolution-0dfe82940874f1c2ff2e340e2d72ae0e7d060f42.tar.xz gsoc2013-evolution-0dfe82940874f1c2ff2e340e2d72ae0e7d060f42.tar.zst gsoc2013-evolution-0dfe82940874f1c2ff2e340e2d72ae0e7d060f42.zip |
Removed smtp for now, its a long way from building. Removed file that
2000-04-07 NotZed <NotZed@HelixCode.com>
* providers/Makefile.am: Removed smtp for now, its a long way from
building.
* providers/smtp/Makefile.in: Removed file that shouldn't have been
checked in.
svn path=/trunk/; revision=2324
Diffstat (limited to 'camel/providers/Makefile.am')
-rw-r--r-- | camel/providers/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/Makefile.am b/camel/providers/Makefile.am index 7c520a8b8b..214c93ede0 100644 --- a/camel/providers/Makefile.am +++ b/camel/providers/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = mbox pop3 sendmail smtp +SUBDIRS = mbox pop3 sendmail # these ones are disabled for the moment. # MH maildir imap smtp |