]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/external_acl/session/Makefile.am
external acl helper for tracking user sessions
[thirdparty/squid.git] / helpers / external_acl / session / Makefile.am
CommitLineData
b0c8f295 1#
2# Makefile for the Squid LDAP authentication helper
3#
4# $Id: Makefile.am,v 1.1 2006/03/19 01:11:44 hno Exp $
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
14LDADD = -ldb
15INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include