blob: 6a321298d2de50dd828d29fc974390c8a947725d (
plain)
1
2
3
4
5
6
7
8
9
10
|
TARGET := libfreeradius-eap.a
SOURCES := eapcommon.c eapcrypto.c eap_chbind.c eapsimlib.c fips186prf.c comp128.c
ifneq (${OPENSSL_LIBS},)
SOURCES += eap_tls.c mppe_keys.c
endif
SRC_CFLAGS := -DEAPLIB
SRC_INCDIRS := . ..
|