]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/basic_auth/NCSA/Makefile.am
autoconf upgrade: basic_auth helpers (and Bug 3793)
[thirdparty/squid.git] / helpers / basic_auth / NCSA / Makefile.am
CommitLineData
189f1e66
AJ
1include $(top_srcdir)/src/Common.am
2
0d8565ac
AJ
3libexec_PROGRAMS = basic_ncsa_auth
4basic_ncsa_auth_SOURCES = basic_ncsa_auth.cc crypt_md5.cc crypt_md5.h
5man_MANS = basic_ncsa_auth.8
9f3470fb 6EXTRA_DIST = basic_ncsa_auth.8 config.test
cc937513 7LDADD = \
25f98340
AJ
8 $(top_builddir)/lib/libmisccontainers.la \
9 $(top_builddir)/lib/libmiscencoding.la \
0d8565ac 10 $(COMPAT_LIB) \
3ae8895c 11 $(CRYPTLIB) \
25f98340
AJ
12 $(SSLLIB) \
13 $(XTRA_LIBS)
cc937513 14
189f1e66
AJ
15## we need our local files too (but avoid -I. at all costs)
16INCLUDES += -I$(srcdir)