view src/lib/Makefile.am @ 1329:ae229b7acb4c HEAD

Mailbox names are now sent through imap-quoter instead of just escaping it. This means that mailbox names that would require escapes are instead sent as literals now.
author Timo Sirainen <tss@iki.fi>
date Wed, 02 Apr 2003 05:05:38 +0300
parents fc5d2e44cc5e
children 03dd87873a81
line wrap: on
line source

noinst_LIBRARIES = liblib.a

liblib_a_SOURCES = \
	alarm-hup.c \
	base64.c \
	buffer.c \
	compat.c \
	data-stack.c \
	env-util.c \
	failures.c \
	fd-close-on-exec.c \
	fdpass.c \
	file-dotlock.c \
	file-lock.c \
	file-set-size.c \
	hash.c \
	hex-binary.c \
	home-expand.c \
	hostpid.c \
	imem.c \
	iostream.c \
	istream.c \
	istream-data.c \
	istream-file.c \
	istream-mmap.c \
	ioloop.c \
	ioloop-poll.c \
	ioloop-select.c \
	lib.c \
	lib-signals.c \
	md5.c \
	mempool-alloconly.c \
	mempool-datastack.c \
	mempool-system.c \
	mmap-anon.c \
	mmap-util.c \
	network.c \
	ostream.c \
	ostream-file.c \
	primes.c \
	printf-upper-bound.c \
	process-title.c \
	randgen.c \
	restrict-access.c \
	restrict-process-size.c \
	safe-memset.c \
	safe-mkdir.c \
	sendfile-util.c \
	str.c \
	strescape.c \
	strfuncs.c \
	unlink-directory.c \
	unlink-lockfiles.c \
	utc-offset.c \
	utc-mktime.c \
	var-expand.c \
	write-full.c

noinst_HEADERS = \
	alarm-hup.h \
	base64.h \
	buffer.h \
	compat.h \
	data-stack.h \
	env-util.h \
	failures.h \
	fd-close-on-exec.h \
	fdpass.h \
	file-dotlock.h \
	file-lock.h \
	file-set-size.h \
	hash.h \
	hex-binary.h \
	home-expand.h \
	hostpid.h \
	imem.h \
	iostream-internal.h \
	istream.h \
	istream-internal.h \
	ioloop.h \
	ioloop-internal.h \
	lib.h \
	lib-signals.h \
	macros.h \
	md5.h \
	mempool.h \
	mmap-util.h \
	network.h \
	ostream.h \
	ostream-internal.h \
	primes.h \
	printf-upper-bound.h \
	process-title.h \
	randgen.h \
	restrict-access.h \
	restrict-process-size.h \
	safe-memset.h \
	safe-mkdir.h \
	sendfile-util.h \
	str.h \
	strescape.h \
	strfuncs.h \
	unlink-directory.h \
	unlink-lockfiles.h \
	utc-offset.h \
	utc-mktime.h \
	var-expand.h \
	write-full.h