+#
+# Makefile for the Squid LDAP authentication helper
+#
+# $Id: Makefile.am,v 1.3 2002/01/08 16:24:15 hno Exp $
+#
+# Uncomment and customize the following to suit your needs:
+#
-libexec_PROGRAMS = squid_ldap_auth
+libexec_PROGRAMS = squid_ldap_auth
+man_MANS = squid_ldap_auth.8
+EXTRA_DIST = squid_ldap_auth.8
+squid_ldap_auth_SOURCES = squid_ldap_auth.c
-man_MANS = squid_ldap_auth.8
-
-squid_ldap_auth_SOURCES = squid_ldap_auth.c
LDADD = -lldap -llber
@SET_MAKE@
+#
+# Makefile for the Squid LDAP authentication helper
+#
+# $Id: Makefile.in,v 1.10 2002/01/08 16:24:15 hno Exp $
+#
+# Uncomment and customize the following to suit your needs:
+#
+
SHELL = @SHELL@
srcdir = @srcdir@
makesnmplib = @makesnmplib@
libexec_PROGRAMS = squid_ldap_auth
-
man_MANS = squid_ldap_auth.8
-
+EXTRA_DIST = squid_ldap_auth.8
squid_ldap_auth_SOURCES = squid_ldap_auth.c
+
LDADD = -lldap -llber
subdir = src/auth/basic/helpers/LDAP
mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
#
-# Makefile for the Squid Object Cache server
+# Makefile for the Squid PAM authentication helper
#
-# $Id: Makefile.am,v 1.2 2002/01/07 03:10:46 hno Exp $
+# $Id: Makefile.am,v 1.3 2002/01/08 16:24:21 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
-I$(top_srcdir)/src/
-man_MANS = pam_auth.8
+man_MANS = pam_auth.8
+EXTRA_DIST = pam_auth.8
libexec_PROGRAMS = pam_auth
LDADD = -lpam $(XTRA_LIBS)
@SET_MAKE@
#
-# Makefile for the Squid Object Cache server
+# Makefile for the Squid PAM authentication helper
#
-# $Id: Makefile.in,v 1.8 2002/01/08 10:55:27 hno Exp $
+# $Id: Makefile.in,v 1.9 2002/01/08 16:24:21 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
man_MANS = pam_auth.8
+EXTRA_DIST = pam_auth.8
libexec_PROGRAMS = pam_auth
LDADD = -lpam $(XTRA_LIBS)
subdir = src/auth/basic/helpers/PAM