]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/basic_auth/NCSA/Makefile.am
Bug 419: Hop by Hop headers MUST NOT be forwarded (attempt 2)
[thirdparty/squid.git] / helpers / basic_auth / NCSA / Makefile.am
1 #
2 # Makefile for the Squid Object Cache server
3 #
4 # $Id$
5 #
6 # Uncomment and customize the following to suit your needs:
7 #
8
9 libexec_PROGRAMS = ncsa_auth
10 ncsa_auth_SOURCES = ncsa_auth.c crypt_md5.c crypt_md5.h
11 man_MANS = ncsa_auth.8
12 EXTRA_DIST = ncsa_auth.8
13 LDADD = -L$(top_builddir)/lib -lmiscutil $(CRYPTLIB) $(XTRA_LIBS) $(SSLLIB)
14 INCLUDES = -I$(top_srcdir)/include