From: Luke Howard Date: Wed, 27 Apr 2011 16:59:22 +0000 (+0200) Subject: reinstate -DEAP_XXX defines for now X-Git-Tag: dvd/201105~26^2 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=commitdiff_plain;h=3a008f6f4681ce5266d03372a98c95288cfc44f4 reinstate -DEAP_XXX defines for now --- diff --git a/moonshot/mech_eap/Makefile.am b/moonshot/mech_eap/Makefile.am index d6ceac2..53a23f9 100644 --- a/moonshot/mech_eap/Makefile.am +++ b/moonshot/mech_eap/Makefile.am @@ -4,7 +4,8 @@ gssincludedir = $(includedir)/gssapi gssinclude_HEADERS = gssapi_eap.h EAP_CFLAGS = -I$(srcdir)/../libeap/src -I$(srcdir)/../libeap/src/common -I$(srcdir)/../libeap/src/eap_common \ - -I$(srcdir)/../libeap/src/utils -DIEEE8021X_EAPOL + -I$(srcdir)/../libeap/src/utils \ + -DEAP_TLS -DEAP_PEAP -DEAP_TTLS -DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_GTC -DEAP_OTP -DEAP_LEAP -DEAP_PSK -DEAP_PAX -DEAP_SAKE -DEAP_GPSK -DEAP_GPSK_SHA256 -DEAP_SERVER_IDENTITY -DEAP_SERVER_TLS -DEAP_SERVER_PEAP -DEAP_SERVER_TTLS -DEAP_SERVER_MD5 -DEAP_SERVER_MSCHAPV2 -DEAP_SERVER_GTC -DEAP_SERVER_PSK -DEAP_SERVER_PAX -DEAP_SERVER_SAKE -DEAP_SERVER_GPSK -DEAP_SERVER_GPSK_SHA256 -DIEEE8021X_EAPOL gssdir = $(libdir)/gss gss_LTLIBRARIES = mech_eap.la