]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
The ldap_group helper needs XTRA_LIBS to compile on Solaris and some
authorhno <>
Sun, 22 Dec 2002 20:54:50 +0000 (20:54 +0000)
committerhno <>
Sun, 22 Dec 2002 20:54:50 +0000 (20:54 +0000)
other platforms.

helpers/external_acl/ldap_group/Makefile.am

index 598dd9433eeac44f4d106b6a9c0c295cf62428ff..5f0fa6615a1dd29baad23c7a476f24c41e0eff82 100644 (file)
@@ -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)