]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/digest_auth/ldap/Makefile.am
Detach automke system from using -I.
[thirdparty/squid.git] / helpers / digest_auth / ldap / Makefile.am
CommitLineData
7ed0602b 1#
2# Makefile for the Squid Object Cache server
3#
cc937513 4# $Id$
7ed0602b 5#
6# Uncomment and customize the following to suit your needs:
7#
8
189f1e66
AJ
9include $(top_srcdir)/src/Common.am
10
11## we need our local files too (but avoid -I. at all costs)
12INCLUDES += -I$(srcdir)
13
14
7ed0602b 15libexec_PROGRAMS = digest_ldap_auth
27c3fe1a 16digest_ldap_auth_SOURCES = digest_pw_auth.c \
7ed0602b 17 digest_common.h \
18 ldap_backend.c \
19 ldap_backend.h
7ed0602b 20
cc937513 21LDADD = \
52d47aba 22 $(top_builddir)/compat/libcompat.la \
cc937513
AJ
23 -L$(top_builddir)/lib -lmiscutil \
24 $(LIB_LDAP) \
25 $(LIB_LBER) \
26 $(CRYPTLIB) \
27 $(XTRA_LIBS) \
28 $(SSLLIB)