view src/Makefile.am @ 6300:7d82a232b5b0 HEAD

pool_system_realloc(): Moved malloc_usable_size() check before realloc() so that we don't assert-crash if realloc() shrinks memory.
author Timo Sirainen <tss@iki.fi>
date Thu, 16 Aug 2007 17:23:11 +0300
parents c04189d77a59
children 1efa924b134b
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-otp \
	lib-settings \
	lib-charset \
	lib-mail \
	lib-imap \
	lib-index \
	lib-storage \
	lib-auth \
	auth \
	dict \
	master \
	login-common \
	imap-login \
	imap \
	$(POP3D) \
	$(DELIVER) \
	util \
	plugins