]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/basic_auth/PAM/Makefile.am
backout pam_auth suid change
[thirdparty/squid.git] / helpers / basic_auth / PAM / Makefile.am
1 #
2 # Makefile for the Squid PAM authentication helper
3 #
4 # $Id: Makefile.am,v 1.7 2003/08/03 20:38:02 robertc Exp $
5 #
6 # Uncomment and customize the following to suit your needs:
7 #
8
9 INCLUDES = -I$(top_srcdir)/include
10
11 man_MANS = pam_auth.8
12 EXTRA_DIST = pam_auth.8
13 libexec_PROGRAMS = pam_auth
14 LDADD = -L$(top_builddir)/lib -lmiscutil -lpam $(XTRA_LIBS)