]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/negotiate_auth/kerberos/Makefile.am
Merged from trunk (r13515).
[thirdparty/squid.git] / helpers / negotiate_auth / kerberos / Makefile.am
1 include $(top_srcdir)/src/Common.am
2
3 EXTRA_DIST = README COPYING required.m4 negotiate_kerberos_auth.8
4 SUBDIRS =
5
6 libexec_PROGRAMS = negotiate_kerberos_auth negotiate_kerberos_auth_test
7
8 AM_CPPFLAGS += -I$(srcdir)
9
10 negotiate_kerberos_auth_SOURCES = negotiate_kerberos_auth.cc negotiate_kerberos_pac.cc negotiate_kerberos.h
11 negotiate_kerberos_auth_LDFLAGS =
12 negotiate_kerberos_auth_LDADD = \
13 $(top_builddir)/lib/libmiscencoding.la \
14 $(COMPAT_LIB) \
15 $(NETTLELIB) \
16 $(KRB5LIBS) \
17 $(XTRA_LIBS)
18
19 negotiate_kerberos_auth_test_SOURCES = negotiate_kerberos_auth_test.cc
20 negotiate_kerberos_auth_test_LDFLAGS =
21 negotiate_kerberos_auth_test_LDADD = \
22 $(top_builddir)/lib/libmiscencoding.la \
23 $(COMPAT_LIB) \
24 $(NETTLELIB) \
25 $(KRB5LIBS) \
26 $(XTRA_LIBS)
27
28 man_MANS = negotiate_kerberos_auth.8