summaryrefslogtreecommitdiffstats
path: root/ntlm/Makefile.am
blob: a636e50568802e581544e800fbaa27ef74f22b03 (plain)
1
2
3
4
5
6
7
8
9
10
11
## Process this file with automake to produce Makefile.in

libdir = @plugindir@

INCLUDES = -I@srcdir@
AM_CFLAGS = @CFLAGS@ @EXTRA_CFLAGS@

lib_LTLIBRARIES = sasl-ntlm.la

sasl_ntlm_la_SOURCES = client-ntlm.c ntlmdes.c ntlmstruct.c ntlm.h
sasl_ntlm_la_LDFLAGS = -module -avoid-version @NTLM_LIBS@