]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/basic_auth/PAM/Makefile.am
Detach automke system from using -I.
[thirdparty/squid.git] / helpers / basic_auth / PAM / Makefile.am
CommitLineData
a2794549 1#
5ac59681 2# Makefile for the Squid PAM authentication helper
a2794549 3#
cc937513 4# $Id$
a2794549 5#
6# Uncomment and customize the following to suit your needs:
7#
8
189f1e66
AJ
9include $(top_srcdir)/src/Common.am
10
5ac59681 11man_MANS = pam_auth.8
12EXTRA_DIST = pam_auth.8
a2794549 13libexec_PROGRAMS = pam_auth
cc937513 14
189f1e66
AJ
15## we need our local files too (but avoid -I. at all costs)
16INCLUDES += -I$(srcdir)
cc937513
AJ
17
18LDADD = \
52d47aba 19 $(top_builddir)/compat/libcompat.la \
cc937513
AJ
20 -L$(top_builddir)/lib -lmiscutil \
21 -lpam \
22 $(XTRA_LIBS)