From: hno <> Date: Mon, 23 Dec 2002 08:12:55 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE1~487 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bbbfb3a3b8484eaade089405a8cd9aca93ca35f4;p=thirdparty%2Fsquid.git Bootstrapped --- 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