]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/digest_auth/password/Makefile.am
Imported LDAP based Digest hash helper
[thirdparty/squid.git] / helpers / digest_auth / password / Makefile.am
1 #
2 # Makefile for the Squid Object Cache server
3 #
4 # $Id: Makefile.am,v 1.4 2005/05/18 21:34:56 hno Exp $
5 #
6 # Uncomment and customize the following to suit your needs:
7 #
8
9 libexec_PROGRAMS = digest_pw_auth
10 digest_pw_auth_SOURCES = digest_pw_auth.c \
11 digest_common.h \
12 text_backend.c \
13 text_backend.h \
14 ldap_backend.c \
15 ldap_backend.h
16 INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
17 -I$(top_srcdir)/src/
18
19 LDADD = -L$(top_builddir)/lib -lmiscutil $(LIB_LDAP) $(LIB_LBER) $(CRYPTLIB) $(XTRA_LIBS) $(SSLLIB)