]> git.ipfire.org Git - thirdparty/squid.git/blame - src/auth/basic/RADIUS/Makefile.am
Bug 5428: Warn if pkg-config is not found (#1902)
[thirdparty/squid.git] / src / auth / basic / RADIUS / Makefile.am
CommitLineData
b8ae064d 1## Copyright (C) 1996-2023 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
aa5639dc 14basic_radius_auth_SOURCES = \
03901cf8 15 basic_radius_auth.cc \
03901cf8 16 radius-util.cc \
aa5639dc 17 radius-util.h \
18 radius.h
03901cf8
AJ
19
20basic_radius_auth_LDADD= \
25f98340 21 $(top_builddir)/lib/libmiscencoding.la \
4a28fc55 22 $(top_builddir)/src/base/libbase.la \
5a48ed18 23 $(COMPAT_LIB) \
b12b66cd 24 $(LIBNETTLE_LIBS) \
5a48ed18
AJ
25 $(SSLLIB) \
26 $(XTRA_LIBS)