From: hno <> Date: Sun, 22 Dec 2002 20:54:50 +0000 (+0000) Subject: The ldap_group helper needs XTRA_LIBS to compile on Solaris and some X-Git-Tag: SQUID_3_0_PRE1~489 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9f8ddb86bf2a56c36b17f86bdcd49bfeac6d524a;p=thirdparty%2Fsquid.git The ldap_group helper needs XTRA_LIBS to compile on Solaris and some other platforms. --- 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)