From: hno <> Date: Mon, 12 Aug 2002 07:15:17 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE1~848 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=49ddb1c4d3baf8c52eeb470b14007830e7c09e4d;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/helpers/basic_auth/LDAP/Makefile.in b/helpers/basic_auth/LDAP/Makefile.in index b4e1dce470..348a70b9fa 100644 --- a/helpers/basic_auth/LDAP/Makefile.in +++ b/helpers/basic_auth/LDAP/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid LDAP authentication helper # -# $Id: Makefile.in,v 1.16 2002/07/06 12:24:30 hno Exp $ +# $Id: Makefile.in,v 1.17 2002/08/12 01:15:17 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -128,7 +128,8 @@ man_MANS = squid_ldap_auth.8 EXTRA_DIST = squid_ldap_auth.8 squid_ldap_auth_SOURCES = squid_ldap_auth.c -LDADD = -lldap -llber +LDADD = -L$(top_builddir)/lib -lmiscutil -lldap -llber $(XTRA_LIBS) +INCLUDES = -I$(top_srcdir)/include subdir = helpers/basic_auth/LDAP mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs CONFIG_HEADER = $(top_builddir)/include/autoconf.h diff --git a/helpers/basic_auth/MSNT/Makefile.in b/helpers/basic_auth/MSNT/Makefile.in index 17fe314971..3844da4616 100644 --- a/helpers/basic_auth/MSNT/Makefile.in +++ b/helpers/basic_auth/MSNT/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.19 2002/07/06 12:24:31 hno Exp $ +# $Id: Makefile.in,v 1.20 2002/08/12 01:15:18 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -146,11 +146,9 @@ sysconf_DATA = \ msntauth.conf.default -LDADD = @XTRA_LIBS@ - -INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ - -I$(top_srcdir)/src/ +LDADD = -L$(top_builddir)/lib -lmiscutil $(XTRA_LIBS) +INCLUDES = -I$(top_srcdir)/include subdir = helpers/basic_auth/MSNT mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs CONFIG_HEADER = $(top_builddir)/include/autoconf.h diff --git a/helpers/basic_auth/NCSA/Makefile.in b/helpers/basic_auth/NCSA/Makefile.in index 98ae2d2ea1..cafad06307 100644 --- a/helpers/basic_auth/NCSA/Makefile.in +++ b/helpers/basic_auth/NCSA/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.14 2002/07/06 12:24:32 hno Exp $ +# $Id: Makefile.in,v 1.15 2002/08/12 01:15:19 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -126,9 +126,7 @@ makesnmplib = @makesnmplib@ libexec_PROGRAMS = ncsa_auth ncsa_auth_SOURCES = ncsa_auth.c LDADD = -L$(top_builddir)/lib -lmiscutil $(CRYPTLIB) $(XTRA_LIBS) -INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ - -I$(top_srcdir)/src/ - +INCLUDES = -I$(top_srcdir)/include subdir = helpers/basic_auth/NCSA mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs CONFIG_HEADER = $(top_builddir)/include/autoconf.h diff --git a/helpers/basic_auth/PAM/Makefile.in b/helpers/basic_auth/PAM/Makefile.in index 9c936dcab3..c6ecbe1fb2 100644 --- a/helpers/basic_auth/PAM/Makefile.in +++ b/helpers/basic_auth/PAM/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid PAM authentication helper # -# $Id: Makefile.in,v 1.15 2002/07/06 12:24:33 hno Exp $ +# $Id: Makefile.in,v 1.16 2002/08/12 01:15:20 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -123,14 +123,12 @@ am__quote = @am__quote@ install_sh = @install_sh@ makesnmplib = @makesnmplib@ -INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ - -I$(top_srcdir)/src/ - +INCLUDES = -I$(top_srcdir)/include man_MANS = pam_auth.8 EXTRA_DIST = pam_auth.8 libexec_PROGRAMS = pam_auth -LDADD = -lpam $(XTRA_LIBS) +LDADD = -L$(top_builddir)/lib -lmiscutil -lpam $(XTRA_LIBS) subdir = helpers/basic_auth/PAM mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs CONFIG_HEADER = $(top_builddir)/include/autoconf.h diff --git a/helpers/basic_auth/SASL/Makefile.in b/helpers/basic_auth/SASL/Makefile.in index 009f969b01..b1e07592fd 100644 --- a/helpers/basic_auth/SASL/Makefile.in +++ b/helpers/basic_auth/SASL/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid SASL authentication helper # -# $Id: Makefile.in,v 1.12 2002/07/06 12:24:34 hno Exp $ +# $Id: Makefile.in,v 1.13 2002/08/12 01:15:21 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -123,12 +123,10 @@ am__quote = @am__quote@ install_sh = @install_sh@ makesnmplib = @makesnmplib@ -INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ - -I$(top_srcdir)/src/ - +INCLUDES = -I$(top_srcdir)/include libexec_PROGRAMS = sasl_auth -LDADD = -lsasl $(XTRA_LIBS) +LDADD = -L$(top_builddir)/lib -lmiscutil -lsasl $(XTRA_LIBS) EXTRA_DIST = squid_sasl_auth squid_sasl_auth.conf subdir = helpers/basic_auth/SASL mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs diff --git a/helpers/basic_auth/SMB/Makefile.in b/helpers/basic_auth/SMB/Makefile.in index 8ff8c874ac..f8e639c735 100644 --- a/helpers/basic_auth/SMB/Makefile.in +++ b/helpers/basic_auth/SMB/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.15 2002/07/06 12:24:35 hno Exp $ +# $Id: Makefile.in,v 1.16 2002/08/12 01:15:23 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -137,11 +137,9 @@ libexec_PROGRAMS = smb_auth smb_auth_CFLAGS = -DSAMBAPREFIX=\"$(SAMBAPREFIX)\" -DHELPERSCRIPT=\"$(SMB_AUTH_HELPER_PATH)\" EXTRA_DIST = smb_auth.sh COPYING-2.0 -LDADD = $(XTRA_LIBS) - -INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ - -I$(top_srcdir)/src/ +LDADD = -L$(top_builddir)/lib -lmiscutil $(XTRA_LIBS) +INCLUDES = -I$(top_srcdir)/include subdir = helpers/basic_auth/SMB mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs CONFIG_HEADER = $(top_builddir)/include/autoconf.h diff --git a/helpers/basic_auth/YP/Makefile.in b/helpers/basic_auth/YP/Makefile.in index adf5a257cf..7740f43c56 100644 --- a/helpers/basic_auth/YP/Makefile.in +++ b/helpers/basic_auth/YP/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.16 2002/07/06 12:24:36 hno Exp $ +# $Id: Makefile.in,v 1.17 2002/08/12 01:15:25 hno Exp $ # # @@ -125,9 +125,7 @@ makesnmplib = @makesnmplib@ libexec_PROGRAMS = yp_auth yp_auth_SOURCES = yp_auth.c nis_support.h nis_support.c LDADD = -L$(top_builddir)/lib -lmiscutil $(CRYPTLIB) $(XTRA_LIBS) -INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ - -I$(top_srcdir)/src/ - +INCLUDES = -I$(top_srcdir)/include subdir = helpers/basic_auth/YP mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs CONFIG_HEADER = $(top_builddir)/include/autoconf.h diff --git a/helpers/basic_auth/getpwnam/Makefile.in b/helpers/basic_auth/getpwnam/Makefile.in index 46b2abadb5..2ebcad3404 100644 --- a/helpers/basic_auth/getpwnam/Makefile.in +++ b/helpers/basic_auth/getpwnam/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.14 2002/07/06 12:24:37 hno Exp $ +# $Id: Makefile.in,v 1.15 2002/08/12 01:15:25 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -127,10 +127,7 @@ libexec_PROGRAMS = getpwname_auth getpwname_auth_SOURCES = getpwnam_auth.c -INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ - -I$(top_srcdir)/src/ - - +INCLUDES = -I$(top_srcdir)/include LDADD = -L$(top_builddir)/lib -lmiscutil $(CRYPTLIB) $(XTRA_LIBS) subdir = helpers/basic_auth/getpwnam mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs diff --git a/helpers/basic_auth/winbind/Makefile.in b/helpers/basic_auth/winbind/Makefile.in index f1685b4c6b..54bd786198 100644 --- a/helpers/basic_auth/winbind/Makefile.in +++ b/helpers/basic_auth/winbind/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.6 2002/07/06 12:24:38 hno Exp $ +# $Id: Makefile.in,v 1.7 2002/08/12 01:15:27 hno Exp $ # SHELL = @SHELL@ @@ -123,9 +123,7 @@ makesnmplib = @makesnmplib@ libexec_PROGRAMS = wb_auth wb_auth_SOURCES = wb_basic_auth.c wb_common.c samba_nss.h winbindd_nss.h wbntlm.h winbind_nss_config.h -INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ - -I$(top_srcdir)/src - +INCLUDES = -I$(top_srcdir)/include LDADD = -L$(top_builddir)/lib -lmiscutil -lntlmauth $(XTRA_LIBS) subdir = helpers/basic_auth/winbind mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs