]> git.ipfire.org Git - thirdparty/squid.git/blob - src/auth/ntlm/fake/Makefile.am
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / auth / ntlm / fake / Makefile.am
1 ## Copyright (C) 1996-2020 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= ntlm_fake_auth
11
12 ntlm_fake_auth_SOURCES= ntlm_fake_auth.cc
13 ntlm_fake_auth_LDADD= \
14 $(top_builddir)/lib/ntlmauth/libntlmauth.la \
15 $(top_builddir)/lib/libmiscencoding.la \
16 $(COMPAT_LIB) \
17 $(NETTLELIB) \
18 $(CRYPTLIB) \
19 $(XTRA_LIBS)
20
21 ## Demo using perl.
22 ## ntlm_fake_auth.pl: ntlm_fake_auth.pl.in
23 ## $(subst_perlshell)
24
25 EXTRA_DIST= \
26 ntlm_fake_auth.pl.in \
27 required.m4