#
# 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:
#
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