]> git.ipfire.org Git - thirdparty/squid.git/blame - src/auth/ntlm/fake/Makefile.am
Source Format Enforcement (#665)
[thirdparty/squid.git] / src / auth / ntlm / fake / Makefile.am
CommitLineData
77b1029d 1## Copyright (C) 1996-2020 The Squid Software Foundation and contributors
ca02e0ec
AJ
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
75aa769b
AJ
8include $(top_srcdir)/src/Common.am
9
b817c20f 10libexec_PROGRAMS= ntlm_fake_auth
75aa769b 11
aa5639dc 12ntlm_fake_auth_SOURCES = ntlm_fake_auth.cc
b817c20f 13ntlm_fake_auth_LDADD= \
7c16470c 14 $(top_builddir)/lib/ntlmauth/libntlmauth.la \
25f98340 15 $(top_builddir)/lib/libmiscencoding.la \
75aa769b 16 $(COMPAT_LIB) \
09cd7204 17 $(NETTLELIB) \
75aa769b
AJ
18 $(CRYPTLIB) \
19 $(XTRA_LIBS)
20
266d355e
AJ
21## Demo using perl.
22## ntlm_fake_auth.pl: ntlm_fake_auth.pl.in
23## $(subst_perlshell)
75aa769b 24
b817c20f
AJ
25EXTRA_DIST= \
26 ntlm_fake_auth.pl.in \
27 required.m4