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

« back to all changes in this revision

Viewing changes to helpers/basic_auth/PAM/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano
  • Date: 2010-05-04 11:15:49 UTC
  • mfrom: (1.3.1 upstream)
  • mto: (20.3.1 squeeze) (21.2.1 sid)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: james.westby@ubuntu.com-20100504111549-1apjh2g5sndki4te
Tags: upstream-3.1.3
ImportĀ upstreamĀ versionĀ 3.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
2
#  Makefile for the Squid PAM authentication helper
3
3
#
4
 
#  $Id: Makefile.am,v 1.7 2003/08/03 20:38:02 robertc Exp $
 
4
#  $Id$
5
5
#
6
6
#  Uncomment and customize the following to suit your needs:
7
7
#
8
8
 
9
 
INCLUDES        = -I$(top_srcdir)/include
 
9
include $(top_srcdir)/src/Common.am
10
10
 
11
11
man_MANS                = pam_auth.8
12
 
EXTRA_DIST              = pam_auth.8
 
12
EXTRA_DIST              = pam_auth.8 config.test
13
13
libexec_PROGRAMS        = pam_auth
14
 
LDADD                   = -L$(top_builddir)/lib -lmiscutil -lpam $(XTRA_LIBS)
 
14
 
 
15
## we need our local files too (but avoid -I. at all costs)
 
16
INCLUDES += -I$(srcdir)
 
17
 
 
18
LDADD = \
 
19
        $(top_builddir)/compat/libcompat.la \
 
20
        -L$(top_builddir)/lib -lmiscutil \
 
21
        -lpam \
 
22
        $(XTRA_LIBS)