]> git.ipfire.org Git - thirdparty/squid.git/blob - src/auth/negotiate/kerberos/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / auth / negotiate / kerberos / Makefile.am
1 ## Copyright (C) 1996-2017 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= \
11 README \
12 required.m4 \
13 negotiate_kerberos_auth.8
14
15 libexec_PROGRAMS = \
16 negotiate_kerberos_auth \
17 negotiate_kerberos_auth_test
18
19 AM_CPPFLAGS += -I$(srcdir)
20
21 negotiate_kerberos_auth_SOURCES= \
22 negotiate_kerberos_auth.cc \
23 negotiate_kerberos_pac.cc \
24 negotiate_kerberos.h
25 negotiate_kerberos_auth_LDFLAGS=
26 negotiate_kerberos_auth_LDADD= \
27 $(top_builddir)/lib/libmiscencoding.la \
28 $(COMPAT_LIB) \
29 $(NETTLELIB) \
30 $(KRB5LIBS) \
31 $(XTRA_LIBS)
32
33 negotiate_kerberos_auth_test_SOURCES= \
34 negotiate_kerberos_auth_test.cc
35 negotiate_kerberos_auth_test_LDFLAGS=
36 negotiate_kerberos_auth_test_LDADD= \
37 $(top_builddir)/lib/libmiscencoding.la \
38 $(COMPAT_LIB) \
39 $(NETTLELIB) \
40 $(KRB5LIBS) \
41 $(XTRA_LIBS)
42
43 man_MANS= negotiate_kerberos_auth.8