]> git.ipfire.org Git - thirdparty/squid.git/blame - src/auth/basic/RADIUS/Makefile.am
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / auth / basic / RADIUS / Makefile.am
CommitLineData
77b1029d 1## Copyright (C) 1996-2020 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
5a48ed18
AJ
8include $(top_srcdir)/src/Common.am
9
5a48ed18
AJ
10libexec_PROGRAMS = basic_radius_auth
11man_MANS = basic_radius_auth.8
52b5eeee 12EXTRA_DIST = basic_radius_auth.8 required.m4
5a48ed18 13
03901cf8
AJ
14basic_radius_auth_SOURCES= \
15 basic_radius_auth.cc \
16 radius.h \
17 radius-util.cc \
18 radius-util.h
19
20basic_radius_auth_LDADD= \
25f98340 21 $(top_builddir)/lib/libmiscencoding.la \
5a48ed18 22 $(COMPAT_LIB) \
09cd7204 23 $(NETTLELIB) \
5a48ed18
AJ
24 $(SSLLIB) \
25 $(XTRA_LIBS)