]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/ntlm_auth/fake/Makefile.am
Boilerplate: update copyright blurbs for Squid tools
[thirdparty/squid.git] / helpers / ntlm_auth / fake / Makefile.am
CommitLineData
75aa769b
AJ
1include $(top_srcdir)/src/Common.am
2
3libexec_PROGRAMS = ntlm_fake_auth
4ntlm_fake_auth_SOURCES = ntlm_fake_auth.cc
5
6ntlm_fake_auth_LDADD = \
7c16470c 7 $(top_builddir)/lib/ntlmauth/libntlmauth.la \
25f98340 8 $(top_builddir)/lib/libmiscencoding.la \
75aa769b 9 $(COMPAT_LIB) \
09cd7204 10 $(NETTLELIB) \
75aa769b
AJ
11 $(CRYPTLIB) \
12 $(XTRA_LIBS)
13
01a1acbc 14AM_CPPFLAGS += -I$(top_srcdir)/lib
7c16470c 15
266d355e
AJ
16## Demo using perl.
17## ntlm_fake_auth.pl: ntlm_fake_auth.pl.in
18## $(subst_perlshell)
75aa769b 19
5eabe4b4 20EXTRA_DIST = required.m4 \
266d355e 21 ntlm_fake_auth.pl.in