# # Makefile for the Squid Object Cache server # # $Id: Makefile.am,v 1.3 2003/01/23 00:35:47 robertc 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) .