view src/lib-otp/Makefile.am @ 9445:d7f8dbc38fd7 HEAD

imap: If client disconnects while appending, don't treat the rest of the message as commands.
author Timo Sirainen <tss@iki.fi>
date Tue, 20 Oct 2009 13:21:13 -0400
parents ee745eee4d9c
children
line wrap: on
line source

noinst_LIBRARIES = libotp.a

AM_CPPFLAGS = \
	-I$(top_srcdir)/src/lib

libotp_a_SOURCES = \
	otp-dictionary.c \
	otp-hash.c \
	otp-parity.c \
	otp-parse.c

noinst_HEADERS = \
	otp.h \
	otp-dictionary.h \
	otp-hash.h \
	otp-parity.h \
	otp-parse.h