]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/basic_auth/SASL/Makefile.am
Detach automke system from using -I.
[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 include $(top_srcdir)/src/Common.am
10
11 libexec_PROGRAMS = sasl_auth
12
13 ## we need our local files too (but avoid -I. at all costs)
14 INCLUDES += -I$(srcdir)
15
16 LDADD = \
17 $(top_builddir)/compat/libcompat.la \
18 -L$(top_builddir)/lib -lmiscutil \
19 $(LIBSASL) \
20 $(XTRA_LIBS)
21
22 EXTRA_DIST = squid_sasl_auth squid_sasl_auth.conf