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

#
#  Makefile for the Squid Object Cache server
#
#  $Id: Makefile.am,v 1.5 2005/05/17 16:56:26 hno Exp $
#
#

libexec_PROGRAMS = yp_auth
yp_auth_SOURCES	= yp_auth.c nis_support.h nis_support.c
LDADD	= -L$(top_builddir)/lib -lmiscutil $(CRYPTLIB) $(XTRA_LIBS)
INCLUDES	= -I$(top_srcdir)/include