]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/digest_auth/password/Makefile.am
Merged in the squid-amake branch from sourceforge.
[thirdparty/squid.git] / helpers / digest_auth / password / Makefile.am
CommitLineData
a2794549 1#
2# Makefile for the Squid Object Cache server
3#
4# $Id: Makefile.am,v 1.1 2001/08/31 11:19:24 robertc Exp $
5#
6# Uncomment and customize the following to suit your needs:
7#
8
9libexec_PROGRAMS = digest_pw_auth
10INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
11 -I$(top_srcdir)/src/
12
13LDADD = -L$(top_builddir)/lib -lmiscutil $(CRYPTLIB) $(XTRA_LIBS) $(SSLLIB)