]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Mon, 23 Dec 2002 08:12:55 +0000 (08:12 +0000)
committerhno <>
Mon, 23 Dec 2002 08:12:55 +0000 (08:12 +0000)
helpers/external_acl/ldap_group/Makefile.in

index 43ea23625a5c89e48f9cb95d57ed4a71bc88a533..f6c318314bdadacf4a2ce28dac6b6b22794af297 100644 (file)
@@ -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