view src/lib-ntlm/Makefile.am @ 2381:6531fd0f779f HEAD

Added LANMAN password scheme. Patch by Andrey Panin
author Timo Sirainen <tss@iki.fi>
date Fri, 30 Jul 2004 04:43:21 +0300
parents 8f5be0be3199
children 959136e08a70
line wrap: on
line source

noinst_LIBRARIES = libntlm.a

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

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

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