]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/digest_auth/password/Makefile.am
Cleanup: zap CVS Id tags
[thirdparty/squid.git] / helpers / digest_auth / password / Makefile.am
CommitLineData
a2794549 1#
2# Makefile for the Squid Object Cache server
3#
262a0e14 4# $Id$
a2794549 5#
6# Uncomment and customize the following to suit your needs:
7#
8
9libexec_PROGRAMS = digest_pw_auth
0ff1980a 10digest_pw_auth_SOURCES = digest_pw_auth.c \
11 digest_common.h \
12 text_backend.c \
7ed0602b 13 text_backend.h
a2794549 14INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
15 -I$(top_srcdir)/src/
16
96220ec8 17LDADD = -L$(top_builddir)/lib -lmiscutil $(CRYPTLIB) $(XTRA_LIBS) $(SSLLIB)