]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/basic_auth/NCSA/Makefile.am
Merge 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
7 LDADD = \
8 $(COMPAT_LIB) \
9 @CRYPTLIB@ \
10 $(XTRA_LIBS) \
11 $(SSLLIB)
12
13 ## we need our local files too (but avoid -I. at all costs)
14 INCLUDES += -I$(srcdir)