2001-02-22 Not Zed <NotZed@Ximian.com> * providers/vee/*: Removed all files. * camel-private.h: Move camel-vee-private.h stuff into here. * camel-session.c: Move the vee_provider here, and initialise it always as part of a session. The vfolder provider is always available. * providers/Makefile.am: Remove "vee" from the build list, now built as part of the main library. * Makefile.am (libcamelinclude_HEADERS): (libcamel_la_SOURCES): Added camel-vee-store.[ch], camel-vee-folder.[ch]. svn path=/trunk/; revision=8340
11 lines
271 B
Makefile
11 lines
271 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
if ENABLE_NNTP
|
|
NNTP_DIR=nntp
|
|
endif
|
|
|
|
# SUBDIRS = mbox pop3 sendmail smtp vee
|
|
SUBDIRS = pop3 sendmail smtp imap $(NNTP_DIR) local
|
|
|
|
# these ones are deprecated, and will no longer be maintained
|
|
# mbox mh maildir vee
|