view src/lib-otp/Makefile.am @ 9193:568ddefd7c18 HEAD

mbox: Don't use UIDVALIDITY 1 for all new mailboxes.
author Timo Sirainen <tss@iki.fi>
date Tue, 07 Jul 2009 16:02:51 -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