]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/basic_auth/NCSA/Makefile.am
Author: Various Translators
[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 = \
14 $(top_builddir)/compat/libcompat.la \
15 -L$(top_builddir)/lib -lmiscutil \
16 $(CRYPTLIB) \
17 $(XTRA_LIBS) \
18 $(SSLLIB)
19
20 INCLUDES = \
21 -I$(top_srcdir) \
22 -I$(top_srcdir)/include \
23 -I$(top_srcdir)/src