From 9f8ddb86bf2a56c36b17f86bdcd49bfeac6d524a Mon Sep 17 00:00:00 2001 From: hno <> Date: Sun, 22 Dec 2002 20:54:50 +0000 Subject: [PATCH] The ldap_group helper needs XTRA_LIBS to compile on Solaris and some other platforms. --- helpers/external_acl/ldap_group/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/external_acl/ldap_group/Makefile.am b/helpers/external_acl/ldap_group/Makefile.am index 598dd9433e..5f0fa6615a 100644 --- a/helpers/external_acl/ldap_group/Makefile.am +++ b/helpers/external_acl/ldap_group/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for the Squid LDAP authentication helper # -# $Id: Makefile.am,v 1.2 2002/09/07 16:06:38 hno Exp $ +# $Id: Makefile.am,v 1.3 2002/12/22 13:54:50 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -11,4 +11,4 @@ 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) -- 2.47.3