]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/basic_auth/PAM/Makefile.am
Cleanup: zap CVS Id tags
[thirdparty/squid.git] / helpers / basic_auth / PAM / Makefile.am
1 #
2 # Makefile for the Squid PAM authentication helper
3 #
4 # $Id$
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)