From bbbfb3a3b8484eaade089405a8cd9aca93ca35f4 Mon Sep 17 00:00:00 2001 From: hno <> Date: Mon, 23 Dec 2002 08:12:55 +0000 Subject: [PATCH] Bootstrapped --- helpers/external_acl/ldap_group/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/external_acl/ldap_group/Makefile.in b/helpers/external_acl/ldap_group/Makefile.in index 43ea23625a..f6c318314b 100644 --- a/helpers/external_acl/ldap_group/Makefile.in +++ b/helpers/external_acl/ldap_group/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid LDAP authentication helper # -# $Id: Makefile.in,v 1.11 2002/10/15 08:11:20 robertc Exp $ +# $Id: Makefile.in,v 1.12 2002/12/23 01:12:55 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -126,7 +126,7 @@ man_MANS = squid_ldap_group.8 EXTRA_DIST = squid_ldap_group.8 squid_ldap_group_SOURCES = squid_ldap_group.c -LDADD = -lldap -llber +LDADD = -lldap -llber $(XTRA_LIBS) subdir = helpers/external_acl/ldap_group mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs CONFIG_HEADER = $(top_builddir)/include/autoconf.h -- 2.47.3