]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/basic_auth/NCSA/Makefile.am
Detach automke system from using -I.
[thirdparty/squid.git] / helpers / basic_auth / NCSA / Makefile.am
CommitLineData
a2794549 1#
2# Makefile for the Squid Object Cache server
3#
cc937513 4# $Id$
a2794549 5#
6# Uncomment and customize the following to suit your needs:
7#
8
189f1e66
AJ
9include $(top_srcdir)/src/Common.am
10
a2794549 11libexec_PROGRAMS = ncsa_auth
960e10e1 12ncsa_auth_SOURCES = ncsa_auth.c crypt_md5.c crypt_md5.h
8655ee19 13man_MANS = ncsa_auth.8
14EXTRA_DIST = ncsa_auth.8
cc937513 15LDADD = \
52d47aba 16 $(top_builddir)/compat/libcompat.la \
cc937513
AJ
17 -L$(top_builddir)/lib -lmiscutil \
18 $(CRYPTLIB) \
19 $(XTRA_LIBS) \
20 $(SSLLIB)
21
189f1e66
AJ
22## we need our local files too (but avoid -I. at all costs)
23INCLUDES += -I$(srcdir)