rlm_eap: add eap_chbind.c to build
authorSam Hartman <hartmans@debian.org>
Sat, 4 Feb 2012 02:20:09 +0000 (21:20 -0500)
committerSam Hartman <hartmans@debian.org>
Tue, 5 Mar 2013 20:12:53 +0000 (15:12 -0500)
src/modules/rlm_eap/libeap/all.mk

index 2ff4da8..db2237d 100644 (file)
@@ -1,6 +1,6 @@
 TARGET := libfreeradius-eap.a
 
-SOURCES        := eapcommon.c eapcrypto.c eapsimlib.c fips186prf.c
+SOURCES        := eapcommon.c eapcrypto.c eap_chbind.c eapsimlib.c fips186prf.c
 ifneq (${OPENSSL_LIBS},)
 SOURCES                += eap_tls.c mppe_keys.c
 endif