]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/negotiate_auth/mswin_sspi/Makefile.am
Cleanup: zap CVS Id tags
[thirdparty/squid.git] / helpers / negotiate_auth / mswin_sspi / Makefile.am
1 #
2 # Makefile for the Squid Object Cache server
3 #
4 # $Id$
5 #
6
7 libexec_PROGRAMS = mswin_negotiate_auth
8
9 mswin_negotiate_auth_SOURCES = libnegotiatessp.c negotiate_auth.c negotiate.h
10
11 INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include -I$(top_srcdir)/src
12
13 LDADD = -L$(top_builddir)/lib -lsspwin32 -ladvapi32 -lmiscutil $(XTRA_LIBS)
14
15 EXTRA_DIST = readme.txt