view src/lib-otp/Makefile.am @ 22711:25d4771ad0fd

lib-storage: mailbox_list_index - indentation cleanup
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Thu, 14 Dec 2017 02:10:27 +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