]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/basic_auth/RADIUS/Makefile.am
Maintenance: Fix build issue in snapshots
[thirdparty/squid.git] / helpers / basic_auth / RADIUS / Makefile.am
CommitLineData
5a48ed18
AJ
1include $(top_srcdir)/src/Common.am
2
3## we need our local files too (but avoid -I. at all costs)
4INCLUDES += -I$(srcdir)
5
6libexec_PROGRAMS = basic_radius_auth
7man_MANS = basic_radius_auth.8
52b5eeee 8EXTRA_DIST = basic_radius_auth.8 required.m4
5a48ed18
AJ
9basic_radius_auth_SOURCES = \
10 basic_radius_auth.cc \
11 radius.h \
12 radius-util.cc \
13 radius-util.h
14
15basic_radius_auth_LDADD = \
25f98340 16 $(top_builddir)/lib/libmiscencoding.la \
5a48ed18
AJ
17 $(COMPAT_LIB) \
18 $(SSLLIB) \
19 $(XTRA_LIBS)