]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/basic_auth/SASL/Makefile.am
rename libsquid-compat directory to squid-compat
[thirdparty/squid.git] / helpers / basic_auth / SASL / Makefile.am
1 #
2 # Makefile for the Squid SASL authentication helper
3 #
4 # $Id$
5 #
6 # Uncomment and customize the following to suit your needs:
7 #
8
9 libexec_PROGRAMS = sasl_auth
10
11 INCLUDES = \
12 -I$(top_srcdir) \
13 -I$(top_srcdir)/include
14
15 LDADD = \
16 -L$(top_builddir)/squid-compat/libcompat.la \
17 -L$(top_builddir)/lib -lmiscutil \
18 $(LIBSASL) \
19 $(XTRA_LIBS)
20
21 EXTRA_DIST = squid_sasl_auth squid_sasl_auth.conf