]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/ntlm_auth/fake/Makefile.am
Boilerplate: update copyright blurbs on Squid helpers
[thirdparty/squid.git] / helpers / ntlm_auth / fake / Makefile.am
1 ## Copyright (C) 1996-2014 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 ntlm_fake_auth_SOURCES = ntlm_fake_auth.cc
12
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 AM_CPPFLAGS += -I$(top_srcdir)/lib
22
23 ## Demo using perl.
24 ## ntlm_fake_auth.pl: ntlm_fake_auth.pl.in
25 ## $(subst_perlshell)
26
27 EXTRA_DIST = required.m4 \
28 ntlm_fake_auth.pl.in