]> git.ipfire.org Git - thirdparty/squid.git/blame - src/auth/basic/SMB/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / auth / basic / SMB / Makefile.am
CommitLineData
2cd0bda2 1## Copyright (C) 1996-2017 The Squid Software Foundation and contributors
5b95b903
AJ
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
189f1e66
AJ
8include $(top_srcdir)/src/Common.am
9
5e79eb30 10if !ENABLE_WIN32SPECIFIC
90c2083a 11libexec_SCRIPTS = basic_smb_auth.sh
5a48ed18 12libexec_PROGRAMS = basic_smb_auth
03901cf8
AJ
13endif
14
5a48ed18 15basic_smb_auth_SOURCES= basic_smb_auth.cc
90c2083a 16basic_smb_auth_CXXFLAGS = -DHELPERSCRIPT=\"$(libexecdir)/basic_smb_auth.sh\"
3a4a66a3 17basic_smb_auth_LDADD = \
03901cf8
AJ
18 $(top_builddir)/lib/libmiscencoding.la \
19 $(COMPAT_LIB) \
20 $(XTRA_LIBS)
a2794549 21
03901cf8
AJ
22EXTRA_DIST= \
23 basic_smb_auth.sh \
24 required.m4