]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/ntlm_auth/mswin_sspi/Makefile.am
Detach automke system from using -I.
[thirdparty/squid.git] / helpers / ntlm_auth / mswin_sspi / Makefile.am
CommitLineData
6e785d85 1#
2# Makefile for the Squid Object Cache server
3#
cc937513 4# $Id$
6e785d85 5#
6
189f1e66
AJ
7include $(top_srcdir)/src/Common.am
8
6e785d85 9libexec_PROGRAMS = mswin_ntlm_auth
10
11mswin_ntlm_auth_SOURCES = libntlmssp.c ntlm_auth.c ntlm.h
12
189f1e66
AJ
13## we need our local files too (but avoid -I. at all costs)
14INCLUDES += -I$(srcdir)
6e785d85 15
cc937513 16LDADD = \
52d47aba 17 $(top_builddir)/compat/libcompat.la \
cc937513
AJ
18 -L$(top_builddir)/lib -lmiscutil -lntlmauth \
19 -lsspwin32 \
20 -lnetapi32 \
21 -ladvapi32 \
22 $(XTRA_LIBS)
6e785d85 23
24EXTRA_DIST = readme.txt