# # Makefile for the Squid Object Cache server # # $Id$ # # Uncomment and customize the following to suit your needs: # libexec_PROGRAMS = ncsa_auth ncsa_auth_SOURCES = ncsa_auth.c crypt_md5.c crypt_md5.h man_MANS = ncsa_auth.8 EXTRA_DIST = ncsa_auth.8 LDADD = \ -L$(top_builddir)/libsquid-compat/libsquid-compat.la \ -L$(top_builddir)/lib -lmiscutil \ $(CRYPTLIB) \ $(XTRA_LIBS) \ $(SSLLIB) INCLUDES = \ -I$(top_srcdir)/libsquid-compat \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src