]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/basic_auth/SMB/Makefile.am
Boilerplate: update copyright blurbs for Basic authentication helpers
[thirdparty/squid.git] / helpers / basic_auth / SMB / Makefile.am
1 ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
2 ##
3 ## Squid software is distributed under GPLv2+ license and includes
4 ## contributions from numerous individuals and organizations.
5 ## Please see the COPYING and CONTRIBUTORS files for details.
6 ##
7
8 include $(top_srcdir)/src/Common.am
9
10 if !ENABLE_WIN32SPECIFIC
11 libexec_SCRIPTS = basic_smb_auth.sh
12 libexec_PROGRAMS = basic_smb_auth
13 endif
14 basic_smb_auth_SOURCES= basic_smb_auth.cc
15 basic_smb_auth_CXXFLAGS = -DHELPERSCRIPT=\"$(libexecdir)/basic_smb_auth.sh\"
16 basic_smb_auth_LDADD = \
17 $(top_builddir)/lib/libmiscencoding.la \
18 $(COMPAT_LIB) \
19 $(XTRA_LIBS)
20
21 EXTRA_DIST = basic_smb_auth.sh required.m4