]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/basic_auth/RADIUS/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / basic_auth / RADIUS / Makefile.am
CommitLineData
bde978a6 1## Copyright (C) 1996-2015 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
10## we need our local files too (but avoid -I. at all costs)
01a1acbc 11AM_CPPFLAGS += -I$(srcdir)
5a48ed18
AJ
12
13libexec_PROGRAMS = basic_radius_auth
14man_MANS = basic_radius_auth.8
52b5eeee 15EXTRA_DIST = basic_radius_auth.8 required.m4
5a48ed18
AJ
16basic_radius_auth_SOURCES = \
17 basic_radius_auth.cc \
18 radius.h \
19 radius-util.cc \
20 radius-util.h
21
22basic_radius_auth_LDADD = \
25f98340 23 $(top_builddir)/lib/libmiscencoding.la \
5a48ed18 24 $(COMPAT_LIB) \
09cd7204 25 $(NETTLELIB) \
5a48ed18
AJ
26 $(SSLLIB) \
27 $(XTRA_LIBS)