--------------------- PatchSet 7908 Date: 2006/05/23 20:29:09 Author: serassio Branch: nt Tag: (none) Log: Makefile.am files cleanup Members: src/auth/Makefile.am:1.3.6.1->1.3.6.2 Index: squid/src/auth/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/src/auth/Makefile.am,v retrieving revision 1.3.6.1 retrieving revision 1.3.6.2 diff -u -r1.3.6.1 -r1.3.6.2 --- squid/src/auth/Makefile.am 16 May 2006 21:06:06 -0000 1.3.6.1 +++ squid/src/auth/Makefile.am 23 May 2006 20:29:09 -0000 1.3.6.2 @@ -15,9 +15,5 @@ libntlm_a_SOURCES = ntlm/auth_ntlm.c ntlm/auth_ntlm.h libnegotiate_a_SOURCES = negotiate/auth_negotiate.c negotiate/auth_negotiate.h -if ENABLE_WIN32SPECIFIC -INCLUDES = -I. -I$(top_srcdir)/port/win32/include -I$(top_srcdir)/include \ +INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ -I$(top_srcdir)/src -else -INCLUDES = -I. -I$(top_srcdir)/include -I$(top_srcdir)/src -endif