Skip to content

Commit 30a5d9c

Browse files
Init commit
1 parent 7803445 commit 30a5d9c

File tree

6 files changed

+2196
-0
lines changed

6 files changed

+2196
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
TARGETNAME := rlm_eap_fast
2+
3+
ifneq "$(OPENSSL_LIBS)" ""
4+
TARGET := $(TARGETNAME).a
5+
endif
6+
7+
#SOURCES := $(TARGETNAME).c eap_fast.c eap_fast_crypto.c
8+
SOURCES := $(TARGETNAME).c eap_fast.c
9+
10+
SRC_INCDIRS := ${top_srcdir}/src/modules/rlm_eap/ ${top_srcdir}/src/modules/rlm_eap/libeap/
11+
TGT_PREREQS := libfreeradius-eap.a

0 commit comments

Comments
 (0)