]> git.ipfire.org Git - thirdparty/squid.git/blob - src/auth/basic/SMB/Makefile.am
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / auth / basic / SMB / Makefile.am
1 ## Copyright (C) 1996-2020 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
15 basic_smb_auth_SOURCES= basic_smb_auth.cc
16 basic_smb_auth_CXXFLAGS = -DHELPERSCRIPT=\"$(libexecdir)/basic_smb_auth.sh\"
17 basic_smb_auth_LDADD = \
18 $(top_builddir)/lib/libmiscencoding.la \
19 $(COMPAT_LIB) \
20 $(XTRA_LIBS)
21
22 EXTRA_DIST= \
23 basic_smb_auth.sh \
24 required.m4