]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Sun, 19 May 2002 21:16:37 +0000 (21:16 +0000)
committerhno <>
Sun, 19 May 2002 21:16:37 +0000 (21:16 +0000)
configure
helpers/ntlm_auth/Makefile.in
helpers/ntlm_auth/SMB/Makefile.in
helpers/ntlm_auth/SMB/smbval/Makefile.in

index 8f485baf7698357548e3d2494f34b8ae1e869d2a..8362c94ce7ce8acee3f41b0b65e61a04f7029aae 100755 (executable)
--- a/configure
+++ b/configure
@@ -1027,7 +1027,7 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
 
   
 
-# From configure.in Revision: 1.268 
+# From configure.in Revision: 1.269 
 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
 echo "configure:1033: checking whether to enable maintainer-specific portions of Makefiles" >&5
     # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
@@ -8546,8 +8546,8 @@ trap 'rm -fr `echo "\
        src/auth/ntlm/helpers/Makefile \
        src/auth/ntlm/helpers/fakeauth/Makefile \
        src/auth/ntlm/helpers/no_check/Makefile \
-       src/auth/ntlm/helpers/NTLMSSP/Makefile \
-       src/auth/ntlm/helpers/NTLMSSP/smbval/Makefile \
+       src/auth/ntlm/helpers/SMB/Makefile \
+       src/auth/ntlm/helpers/SMB/smbval/Makefile \
        contrib/Makefile \
        snmplib/Makefile \
        icons/Makefile \
@@ -8758,8 +8758,8 @@ CONFIG_FILES=\${CONFIG_FILES-"\
        src/auth/ntlm/helpers/Makefile \
        src/auth/ntlm/helpers/fakeauth/Makefile \
        src/auth/ntlm/helpers/no_check/Makefile \
-       src/auth/ntlm/helpers/NTLMSSP/Makefile \
-       src/auth/ntlm/helpers/NTLMSSP/smbval/Makefile \
+       src/auth/ntlm/helpers/SMB/Makefile \
+       src/auth/ntlm/helpers/SMB/smbval/Makefile \
        contrib/Makefile \
        snmplib/Makefile \
        icons/Makefile \
index 0fe71a318bab83f1f0f3bc4deadd59cfce7c9049..2015a8cf2efa5af5f6e68c819fc3ad6b94739ffb 100644 (file)
@@ -15,7 +15,7 @@
 
 #  Makefile for storage modules in the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.10 2002/04/13 15:38:07 hno Exp $
+#  $Id: Makefile.in,v 1.11 2002/05/19 15:16:40 hno Exp $
 #
 
 SHELL = @SHELL@
@@ -118,7 +118,7 @@ am__quote = @am__quote@
 install_sh = @install_sh@
 makesnmplib = @makesnmplib@
 
-DIST_SUBDIRS = fakeauth no_check NTLMSSP
+DIST_SUBDIRS = fakeauth no_check SMB
 SUBDIRS = @NTLM_AUTH_HELPERS@
 subdir = src/auth/ntlm/helpers
 mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
index 61bdd261a76ed5112b072d5a8692f9f52061647b..3072b0a6cf18e2ce28bf70728831a441a7fb55a8 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.11 2002/04/13 15:38:07 hno Exp $
+#  $Id: Makefile.in,v 1.12 2002/05/19 15:16:40 hno Exp $
 #
 
 SHELL = @SHELL@
@@ -129,7 +129,7 @@ INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
 LDADD = smbval/libsmbvalid.a -L$(top_builddir)/lib -lntlmauth \
                  -lmiscutil $(CRYPTLIB) $(XTRA_LIBS)
 
-subdir = src/auth/ntlm/helpers/NTLMSSP
+subdir = src/auth/ntlm/helpers/SMB
 mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
 CONFIG_HEADER = $(top_builddir)/include/autoconf.h
 CONFIG_CLEAN_FILES =
@@ -170,7 +170,7 @@ all: all-recursive
 .SUFFIXES: .c .o .obj
 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
        cd $(top_srcdir) && \
-         $(AUTOMAKE) --foreign  src/auth/ntlm/helpers/NTLMSSP/Makefile
+         $(AUTOMAKE) --foreign  src/auth/ntlm/helpers/SMB/Makefile
 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
        cd $(top_builddir) && \
          CONFIG_HEADERS= CONFIG_LINKS= \
index d7bcd83b559826f5803209b6875688e1485e1cc4..e1c9ff4e5ac3203991e27c96f555e677191545e6 100644 (file)
@@ -126,7 +126,7 @@ libsmbvalid_a_SOURCES = valid.c session.c rfcnb-util.c rfcnb-io.c \
        md4.h           rfcnb-io.h     rfcnb.h       smblib-common.h  std-defines.h \
        rfcnb-common.h  rfcnb-priv.h   smbdes.h      smblib-priv.h    std-includes.h 
 
-subdir = src/auth/ntlm/helpers/NTLMSSP/smbval
+subdir = src/auth/ntlm/helpers/SMB/smbval
 mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
 CONFIG_HEADER = $(top_builddir)/include/autoconf.h
 CONFIG_CLEAN_FILES =
@@ -166,7 +166,7 @@ all: all-am
 .SUFFIXES: .c .o .obj
 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
        cd $(top_srcdir) && \
-         $(AUTOMAKE) --foreign  src/auth/ntlm/helpers/NTLMSSP/smbval/Makefile
+         $(AUTOMAKE) --foreign  src/auth/ntlm/helpers/SMB/smbval/Makefile
 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
        cd $(top_builddir) && \
          CONFIG_HEADERS= CONFIG_LINKS= \