view src/lib-otp/Makefile.am @ 22633:9284bdc3c5c5

director: Don't recreate timeout on every user lookup Recreate it only when the timeout should change.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Sat, 04 Nov 2017 01:34:02 +0200
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