]> git.ipfire.org Git - thirdparty/squid.git/blob - src/auth/digest/file/Makefile.am
53094f89cc00c4a627ac64923c59c7eeaec3e88d
[thirdparty/squid.git] / src / auth / digest / file / Makefile.am
1 ## Copyright (C) 1996-2017 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 man_MANS= digest_file_auth.8
11 libexec_PROGRAMS= digest_file_auth
12
13 digest_file_auth_SOURCES= \
14 digest_common.h \
15 digest_file_auth.cc \
16 text_backend.cc \
17 text_backend.h
18
19 digest_file_auth_LDADD = \
20 $(top_builddir)/lib/libmisccontainers.la \
21 $(top_builddir)/lib/libmiscencoding.la \
22 $(COMPAT_LIB) \
23 $(NETTLELIB) \
24 $(CRYPTLIB) \
25 $(SSLLIB) \
26 $(XTRA_LIBS)
27
28 EXTRA_DIST= \
29 digest_file_auth.8 \
30 required.m4