]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/digest_auth/file/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / digest_auth / file / Makefile.am
1 ## Copyright (C) 1996-2015 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 ## we need our local files too (but avoid -I. at all costs)
11 AM_CPPFLAGS += -I$(srcdir)
12
13 man_MANS = digest_file_auth.8
14 libexec_PROGRAMS = digest_file_auth
15 digest_file_auth_SOURCES = digest_file_auth.cc \
16 digest_common.h \
17 text_backend.cc \
18 text_backend.h
19
20 LDADD = \
21 $(top_builddir)/lib/libmisccontainers.la \
22 $(top_builddir)/lib/libmiscencoding.la \
23 $(COMPAT_LIB) \
24 $(NETTLELIB) \
25 $(CRYPTLIB) \
26 $(SSLLIB) \
27 $(XTRA_LIBS)
28
29 EXTRA_DIST = digest_file_auth.8 required.m4