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