Below is the file 'helpers/basic_auth/getpwnam/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:27 hno Exp $
#
#  Uncomment and customize the following to suit your needs:
#


libexec_PROGRAMS = getpwname_auth

getpwname_auth_SOURCES = getpwnam_auth.c

INCLUDES      = -I$(top_srcdir)/include
LDADD = -L$(top_builddir)/lib -lmiscutil $(CRYPTLIB) $(XTRA_LIBS)