Moved generic RADIUS protocol support to a dedicated libradius

This commit is contained in:
Martin Willi
2012-03-05 18:08:04 +01:00
parent 990fda9d88
commit f0f94e2ce6
21 changed files with 101 additions and 67 deletions
+7
View File
@@ -326,6 +326,13 @@ if MONOLITHIC
endif
endif
if USE_RADIUS
if MONOLITHIC
# otherwise this library is linked to eap_radius
libcharon_la_LIBADD += $(top_builddir)/src/libradius/libradius.la
endif
endif
if USE_TNC_IFMAP
SUBDIRS += plugins/tnc_ifmap
if MONOLITHIC