--------------------- PatchSet 5668 Date: 2003/02/21 08:07:12 Author: serassio Branch: nt-2_5 Tag: (none) Log: Missing WIN32 native include files in dist process Members: helpers/basic_auth/win32_locallogon/Makefile.am:1.1.4.4->1.1.4.5 helpers/external_acl/win32_group/Makefile.am:1.1.8.5->1.1.8.6 Index: squid/helpers/basic_auth/win32_locallogon/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/helpers/basic_auth/win32_locallogon/Attic/Makefile.am,v retrieving revision 1.1.4.4 retrieving revision 1.1.4.5 diff -u -r1.1.4.4 -r1.1.4.5 --- squid/helpers/basic_auth/win32_locallogon/Makefile.am 10 Nov 2002 16:02:07 -0000 1.1.4.4 +++ squid/helpers/basic_auth/win32_locallogon/Makefile.am 21 Feb 2003 08:07:12 -0000 1.1.4.5 @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.1.4.4 2002/11/10 16:02:07 serassio Exp $ +# $Id: Makefile.am,v 1.1.4.5 2003/02/21 08:07:12 serassio Exp $ # # Uncomment and customize the following to suit your needs: # @@ -9,7 +9,7 @@ libexec_PROGRAMS = nt_auth -nt_auth_SOURCES = NT_auth.c valid.c +nt_auth_SOURCES = NT_auth.c valid.c valid.h LDADD = -L$(top_builddir)/lib -lnetapi32 -ladvapi32 -lsspwin32 \ -lmiscutil $(XTRA_LIBS) Index: squid/helpers/external_acl/win32_group/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/helpers/external_acl/win32_group/Attic/Makefile.am,v retrieving revision 1.1.8.5 retrieving revision 1.1.8.6 diff -u -r1.1.8.5 -r1.1.8.6 --- squid/helpers/external_acl/win32_group/Makefile.am 10 Nov 2002 16:02:08 -0000 1.1.8.5 +++ squid/helpers/external_acl/win32_group/Makefile.am 21 Feb 2003 08:07:12 -0000 1.1.8.6 @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.1.8.5 2002/11/10 16:02:08 serassio Exp $ +# $Id: Makefile.am,v 1.1.8.6 2003/02/21 08:07:12 serassio Exp $ # # Uncomment and customize the following to suit your needs: # @@ -9,7 +9,7 @@ libexec_PROGRAMS = win32_check_group -win32_check_group_SOURCES = win32_check_group.c +win32_check_group_SOURCES = win32_check_group.c win32_check_group.h if ENABLE_MINGW32SPECIFIC INCLUDES = -I$(top_srcdir)/port/win32/include -I$(top_srcdir)/include -I$(top_srcdir)/src