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