]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/digest_auth/password/Makefile.am
Properly fix snapshot diff
[thirdparty/squid.git] / helpers / digest_auth / password / Makefile.am
CommitLineData
a2794549 1#
2# Makefile for the Squid Object Cache server
3#
7ed0602b 4# $Id: Makefile.am,v 1.5 2005/12/29 02:11:00 hno Exp $
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
ca6965d0 17LDADD = -L$(top_builddir)/lib -lmiscutil $(LIB_LDAP) $(LIB_LBER) $(CRYPTLIB) $(XTRA_LIBS) $(SSLLIB)