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