#
# 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:
#
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
#
# 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:
#
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
#
# 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:
#
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
#
# 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:
#
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
#
# 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:
#
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
#
# 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:
#
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
#
# 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 $
#
#
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
#
# 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:
#
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
#
# 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@
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