~clint-fewbar/ubuntu/precise/squid3/ignore-sighup-early

« back to all changes in this revision

Viewing changes to helpers/external_acl/session/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano
  • Date: 2006-11-11 10:32:06 UTC
  • Revision ID: james.westby@ubuntu.com-20061111103206-f3p0r9g0vq44rp3r
Tags: upstream-3.0.PRE5
ImportĀ upstreamĀ versionĀ 3.0.PRE5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
#  Makefile for the Squid LDAP authentication helper
 
3
#
 
4
#  $Id: Makefile.am,v 1.3 2006/03/20 23:38:23 hno Exp $
 
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