view src/lib-ntlm/Makefile.am @ 2796:fb7f862194b5 HEAD

Upgrades to autoconf 2.5 and automake >1.4.
author Timo Sirainen <tss@iki.fi>
date Thu, 21 Oct 2004 02:05:53 +0300
parents 959136e08a70
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