]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Mon, 12 Aug 2002 07:15:17 +0000 (07:15 +0000)
committerhno <>
Mon, 12 Aug 2002 07:15:17 +0000 (07:15 +0000)
helpers/basic_auth/LDAP/Makefile.in
helpers/basic_auth/MSNT/Makefile.in
helpers/basic_auth/NCSA/Makefile.in
helpers/basic_auth/PAM/Makefile.in
helpers/basic_auth/SASL/Makefile.in
helpers/basic_auth/SMB/Makefile.in
helpers/basic_auth/YP/Makefile.in
helpers/basic_auth/getpwnam/Makefile.in
helpers/basic_auth/winbind/Makefile.in

index b4e1dce470204619afeb73d6049c878507d7df89..348a70b9fab426dfd734bdc8a835ad0f3b6e2f0d 100644 (file)
@@ -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
index 17fe3149717069dfc779efcd67ad182fa54e7614..3844da4616a86f07f68d037a8542a92b8b6a2323 100644 (file)
@@ -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
index 98ae2d2ea1f3b29d2bed3aed910dfb8cfe4de641..cafad063076589b64789a3c4e1ecccb6b170c0e8 100644 (file)
@@ -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
index 9c936dcab3f7f9aba6253c8dd960b8dc6d37a094..c6ecbe1fb2c98361532ac0abab84c1be8996e894 100644 (file)
@@ -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
index 009f969b0173a557b6bd0b5a5b8dd8970e491b04..b1e07592fd0fe9e7bcebc51837f6165fdd518846 100644 (file)
@@ -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
index 8ff8c874ac031541b5f9ff5c77f738ca05080730..f8e639c7357819744fdc23ce8f17ed7d5bb44a97 100644 (file)
@@ -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
index adf5a257cf3d02a9e4ad83db377904f749fcd3cc..7740f43c561441a7032ce0ef6061a31b46bc7d07 100644 (file)
@@ -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
index 46b2abadb551e2440a46cd5e2da2d257982ccdc0..2ebcad34044406f1d8711a605fecd0a54481e706 100644 (file)
@@ -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
index f1685b4c6b10ea4af9ed8752fec26a46d458c08c..54bd78619813c60f3138975866b3ffc2a4fc447a 100644 (file)
@@ -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