view src/Makefile.am @ 3738:732b62dc1976 HEAD

Added beginnings of plugin infrastructure. TODO: These could be optionally compiled into binaries with some configure options. Added quota plugin and a new trash plugin. Not very well tested.
author Timo Sirainen <tss@iki.fi>
date Sat, 10 Dec 2005 21:44:45 +0200
parents d67092398377
children 4ed2033584b2
line wrap: on
line source

if BUILD_POP3D
POP3D = pop3-login pop3
endif

if BUILD_DELIVER
DELIVER = deliver
endif

SUBDIRS = \
	lib \
	lib-dict \
	lib-sql \
	lib-ntlm \
	lib-settings \
	lib-charset \
	lib-mail \
	lib-imap \
	lib-index \
	lib-storage \
	lib-auth \
	auth \
	master \
	login-common \
	imap-login \
	imap \
	$(POP3D) \
	$(DELIVER) \
	util \
	plugins