]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/negotiate_auth/wrapper/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / negotiate_auth / wrapper / Makefile.am
CommitLineData
bde978a6 1## Copyright (C) 1996-2015 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
eb3dea38
MM
8include $(top_srcdir)/src/Common.am
9
5eabe4b4 10EXTRA_DIST = required.m4
eb3dea38
MM
11
12libexec_PROGRAMS = negotiate_wrapper_auth
13
8bdd0cec
AJ
14negotiate_wrapper_auth_SOURCES = negotiate_wrapper.cc
15negotiate_wrapper_auth_LDADD = \
16 $(top_builddir)/lib/libmiscencoding.la \
17 $(COMPAT_LIB) \
09cd7204 18 $(NETTLELIB) \
8bdd0cec 19 $(XTRA_LIBS)