]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/negotiate_auth/kerberos/Makefile.am
Cleanup: base64 coder de-duplication and upgrade
[thirdparty/squid.git] / helpers / negotiate_auth / kerberos / Makefile.am
CommitLineData
e2ab6099
AJ
1include $(top_srcdir)/src/Common.am
2
aca1cada 3EXTRA_DIST = README COPYING config.test negotiate_kerberos_auth.8
ba4fe07c 4SUBDIRS =
3e5d7cdf 5
f41c80cc 6libexec_PROGRAMS = negotiate_kerberos_auth negotiate_kerberos_auth_test
3e5d7cdf 7
b5ebe906 8AM_CPPFLAGS = $(INCLUDES) -I$(srcdir)
3e5d7cdf 9
8bdd0cec 10negotiate_kerberos_auth_SOURCES = negotiate_kerberos_auth.cc
7affd0d8 11negotiate_kerberos_auth_LDFLAGS =
8bdd0cec
AJ
12negotiate_kerberos_auth_LDADD = \
13 $(top_builddir)/lib/libmiscencoding.la \
14 $(COMPAT_LIB) \
15 $(KRB5LIBS) \
16 $(XTRA_LIBS)
17
18negotiate_kerberos_auth_test_SOURCES = negotiate_kerberos_auth_test.cc
7affd0d8 19negotiate_kerberos_auth_test_LDFLAGS =
8bdd0cec
AJ
20negotiate_kerberos_auth_test_LDADD = \
21 $(top_builddir)/lib/libmiscencoding.la \
22 $(COMPAT_LIB) \
23 $(KRB5LIBS) \
24 $(XTRA_LIBS)
aca1cada
AJ
25
26man_MANS = negotiate_kerberos_auth.8