]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/basic_auth/LDAP/Makefile.am
Detach automke system from using -I.
[thirdparty/squid.git] / helpers / basic_auth / LDAP / Makefile.am
CommitLineData
5ac59681 1#
2# Makefile for the Squid LDAP authentication helper
3#
cc937513 4# $Id$
5ac59681 5#
6# Uncomment and customize the following to suit your needs:
7#
a2794549 8
189f1e66
AJ
9include $(top_srcdir)/src/Common.am
10
5ac59681 11libexec_PROGRAMS = squid_ldap_auth
12man_MANS = squid_ldap_auth.8
13EXTRA_DIST = squid_ldap_auth.8
14squid_ldap_auth_SOURCES = squid_ldap_auth.c
a2794549 15
cc937513 16LDADD = \
52d47aba 17 $(top_builddir)/compat/libcompat.la \
cc937513
AJ
18 -L$(top_builddir)/lib -lmiscutil \
19 $(LIB_LDAP) \
20 $(LIB_LBER) \
21 $(XTRA_LIBS)
22
189f1e66
AJ
23## we need our local files too (but avoid -I. at all costs)
24INCLUDES += -I$(srcdir)