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
+4
View File
@@ -16,6 +16,10 @@ if USE_TLS
SUBDIRS += libtls
endif
if USE_RADIUS
SUBDIRS += libradius
endif
if USE_LIBTNCIF
SUBDIRS += libtncif
endif