--------------------- PatchSet 3066 Date: 2001/09/30 20:53:16 Author: serassio Branch: cygwin Tag: (none) Log: Added Automake support on win32_locallogon Auth Helper Members: src/auth/basic/helpers/win32_locallogon/Makefile.am:1.1->1.1.2.1 --- /dev/null Wed Feb 14 00:55:00 2007 +++ squid/src/auth/basic/helpers/win32_locallogon/Makefile.am Wed Feb 14 00:55:23 2007 @@ -0,0 +1,17 @@ +# +# Makefile for the Squid Object Cache server +# +# $Id$ +# +# Uncomment and customize the following to suit your needs: +# + + +libexec_PROGRAMS = nt_auth + +msnt_auth_SOURCES = NT_auth.c valid.c + +LDADD = -lnetapi32 + +INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ + -I$(top_srcdir)/src/