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