]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/basic_auth/NCSA/Makefile.am
Merged from trunk
[thirdparty/squid.git] / helpers / basic_auth / NCSA / Makefile.am
1 include $(top_srcdir)/src/Common.am
2
3 libexec_PROGRAMS = basic_ncsa_auth
4 basic_ncsa_auth_SOURCES = basic_ncsa_auth.cc crypt_md5.cc crypt_md5.h
5 man_MANS = basic_ncsa_auth.8
6 EXTRA_DIST = basic_ncsa_auth.8 required.m4
7 LDADD = \
8 $(top_builddir)/lib/libmisccontainers.la \
9 $(top_builddir)/lib/libmiscencoding.la \
10 $(COMPAT_LIB) \
11 $(NETTLELIB) \
12 $(CRYPTLIB) \
13 $(SSLLIB) \
14 $(XTRA_LIBS)
15
16 ## we need our local files too (but avoid -I. at all costs)
17 AM_CPPFLAGS += -I$(srcdir)