Below is the file 'helpers/basic_auth/NCSA/Makefile.am' from this revision. You can also download the file.

#
#  Makefile for the Squid Object Cache server
#
#  $Id: Makefile.am,v 1.3 2005/05/17 16:56:23 hno Exp $
#
#  Uncomment and customize the following to suit your needs:
#

libexec_PROGRAMS	= ncsa_auth
ncsa_auth_SOURCES	= ncsa_auth.c
LDADD			= -L$(top_builddir)/lib -lmiscutil $(CRYPTLIB) $(XTRA_LIBS)
INCLUDES      = -I$(top_srcdir)/include