diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-10-07 00:31:06 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-10-07 00:31:06 +0800 |
commit | 848c4f059d5f6a5a29863e958387b0140a9fa3c3 (patch) | |
tree | aac12e2cd1f7e6586930c8321d4ae16dabb71295 /camel/providers | |
parent | d5d1985cba1438f37c30aacac03f5cdebdd89564 (diff) | |
download | gsoc2013-evolution-848c4f059d5f6a5a29863e958387b0140a9fa3c3.tar gsoc2013-evolution-848c4f059d5f6a5a29863e958387b0140a9fa3c3.tar.gz gsoc2013-evolution-848c4f059d5f6a5a29863e958387b0140a9fa3c3.tar.bz2 gsoc2013-evolution-848c4f059d5f6a5a29863e958387b0140a9fa3c3.tar.lz gsoc2013-evolution-848c4f059d5f6a5a29863e958387b0140a9fa3c3.tar.xz gsoc2013-evolution-848c4f059d5f6a5a29863e958387b0140a9fa3c3.tar.zst gsoc2013-evolution-848c4f059d5f6a5a29863e958387b0140a9fa3c3.zip |
Don't compile the NNTP provider as it currently doesn't build because
of missing `camel-nntp-types.h'.
svn path=/trunk/; revision=5762
Diffstat (limited to 'camel/providers')
-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 dedeaa0b3b..5a5f775cd7 100644 --- a/camel/providers/Makefile.am +++ b/camel/providers/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in # SUBDIRS = mbox pop3 sendmail smtp vee -SUBDIRS = mbox pop3 sendmail smtp vee imap mh nntp +SUBDIRS = mbox pop3 sendmail smtp vee imap mh # these ones are disabled for the moment. # maildir |