]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/basic_auth/NCSA/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / basic_auth / NCSA / Makefile.am
1 ## Copyright (C) 1996-2016 The Squid Software Foundation and contributors
2 ##
3 ## Squid software is distributed under GPLv2+ license and includes
4 ## contributions from numerous individuals and organizations.
5 ## Please see the COPYING and CONTRIBUTORS files for details.
6 ##
7
8 include $(top_srcdir)/src/Common.am
9
10 libexec_PROGRAMS = basic_ncsa_auth
11 basic_ncsa_auth_SOURCES = basic_ncsa_auth.cc crypt_md5.cc crypt_md5.h
12 man_MANS = basic_ncsa_auth.8
13 EXTRA_DIST = basic_ncsa_auth.8 required.m4
14 LDADD = \
15 $(top_builddir)/lib/libmisccontainers.la \
16 $(top_builddir)/lib/libmiscencoding.la \
17 $(COMPAT_LIB) \
18 $(NETTLELIB) \
19 $(CRYPTLIB) \
20 $(SSLLIB) \
21 $(XTRA_LIBS)
22
23 ## we need our local files too (but avoid -I. at all costs)
24 AM_CPPFLAGS += -I$(srcdir)