]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/negotiate_auth/kerberos/Makefile.am
Boilerplate: update copyright blurbs on Squid helpers
[thirdparty/squid.git] / helpers / negotiate_auth / kerberos / Makefile.am
CommitLineData
ca02e0ec
AJ
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
e2ab6099
AJ
8include $(top_srcdir)/src/Common.am
9
96ddf779 10EXTRA_DIST = README required.m4 negotiate_kerberos_auth.8
ba4fe07c 11SUBDIRS =
3e5d7cdf 12
f41c80cc 13libexec_PROGRAMS = negotiate_kerberos_auth negotiate_kerberos_auth_test
3e5d7cdf 14
01a1acbc 15AM_CPPFLAGS += -I$(srcdir)
3e5d7cdf 16
365642d3 17negotiate_kerberos_auth_SOURCES = negotiate_kerberos_auth.cc negotiate_kerberos_pac.cc negotiate_kerberos.h
7affd0d8 18negotiate_kerberos_auth_LDFLAGS =
8bdd0cec
AJ
19negotiate_kerberos_auth_LDADD = \
20 $(top_builddir)/lib/libmiscencoding.la \
21 $(COMPAT_LIB) \
09cd7204 22 $(NETTLELIB) \
8bdd0cec
AJ
23 $(KRB5LIBS) \
24 $(XTRA_LIBS)
25
26negotiate_kerberos_auth_test_SOURCES = negotiate_kerberos_auth_test.cc
7affd0d8 27negotiate_kerberos_auth_test_LDFLAGS =
8bdd0cec
AJ
28negotiate_kerberos_auth_test_LDADD = \
29 $(top_builddir)/lib/libmiscencoding.la \
30 $(COMPAT_LIB) \
09cd7204 31 $(NETTLELIB) \
8bdd0cec
AJ
32 $(KRB5LIBS) \
33 $(XTRA_LIBS)
aca1cada
AJ
34
35man_MANS = negotiate_kerberos_auth.8