view src/lib-ntlm/Makefile.am @ 23017:c1d36f2575c7 default tip

lib-imap: Fix "Don't accept strings with NULs" cherry-pick
author Timo Sirainen <timo.sirainen@open-xchange.com>
date Thu, 29 Aug 2019 09:55:25 +0300
parents fb7f862194b5
children
line wrap: on
line source

noinst_LIBRARIES = libntlm.a

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

libntlm_a_SOURCES = \
	ntlm-des.c \
	ntlm-encrypt.c \
	ntlm-message.c

noinst_HEADERS = \
	ntlm.h \
	ntlm-types.h \
	ntlm-flags.h \
	ntlm-byteorder.h \
	ntlm-des.h \
	ntlm-encrypt.h \
	ntlm-message.h