Below is the file 'helpers/basic_auth/LDAP/Makefile.am' from this revision. You can also download the file.
# # Makefile for the Squid LDAP authentication helper # # $Id: Makefile.am,v 1.5 2005/05/17 16:56:22 hno Exp $ # # Uncomment and customize the following to suit your needs: # libexec_PROGRAMS = squid_ldap_auth man_MANS = squid_ldap_auth.8 EXTRA_DIST = squid_ldap_auth.8 squid_ldap_auth_SOURCES = squid_ldap_auth.c LDADD = -L$(top_builddir)/lib -lmiscutil -lldap $(LIB_LBER) $(XTRA_LIBS) INCLUDES = -I$(top_srcdir)/include