]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/negotiate_auth/kerberos/Makefile.am
Boilerplate: update copyright blurbs on Squid helpers
[thirdparty/squid.git] / helpers / negotiate_auth / kerberos / 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 EXTRA_DIST = README required.m4 negotiate_kerberos_auth.8
11 SUBDIRS =
12
13 libexec_PROGRAMS = negotiate_kerberos_auth negotiate_kerberos_auth_test
14
15 AM_CPPFLAGS += -I$(srcdir)
16
17 negotiate_kerberos_auth_SOURCES = negotiate_kerberos_auth.cc negotiate_kerberos_pac.cc negotiate_kerberos.h
18 negotiate_kerberos_auth_LDFLAGS =
19 negotiate_kerberos_auth_LDADD = \
20 $(top_builddir)/lib/libmiscencoding.la \
21 $(COMPAT_LIB) \
22 $(NETTLELIB) \
23 $(KRB5LIBS) \
24 $(XTRA_LIBS)
25
26 negotiate_kerberos_auth_test_SOURCES = negotiate_kerberos_auth_test.cc
27 negotiate_kerberos_auth_test_LDFLAGS =
28 negotiate_kerberos_auth_test_LDADD = \
29 $(top_builddir)/lib/libmiscencoding.la \
30 $(COMPAT_LIB) \
31 $(NETTLELIB) \
32 $(KRB5LIBS) \
33 $(XTRA_LIBS)
34
35 man_MANS = negotiate_kerberos_auth.8