]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/external_acl/session/Makefile.am
Cleanup: zap CVS Id tags
[thirdparty/squid.git] / helpers / external_acl / session / Makefile.am
CommitLineData
b0c8f295 1#
2# Makefile for the Squid LDAP authentication helper
3#
262a0e14 4# $Id$
b0c8f295 5#
6# Uncomment and customize the following to suit your needs:
7#
8
9libexec_PROGRAMS = squid_session
10man_MANS = squid_session.8
11EXTRA_DIST = squid_session.8
12squid_session_SOURCES = squid_session.c
13
01b4931d 14LDADD = $(LIB_DB)
15
b0c8f295 16INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include