Initialise head as NULL
[freeradius.git] / src / modules / rlm_eap2 / all.mk
1 #
2 # $Id$
3 #
4
5 #
6 #  This module is EXPERIMENTAL!
7 #
8
9 #
10 #  You will have to edit this Makefile to define where the
11 #  hostap distribution is located.
12 #
13 #  You will also have to edit: hostap/eap_example/Makefile
14 #  to enable it to create a shared library, rather than a static one.
15 #
16 HOSTAP          := /path/to/hostap
17
18 #TARGET         := rlm_eap2.a 
19 SOURCES         := rlm_eap2.c
20 SRC_CFLAGS      := -I$(HOSTAP)/src/eap_common \
21         -I$(HOSTAP)/src/eap_server  -I$(HOSTAP)/src  \
22         -I$(HOSTAP)/src/common -I$(HOSTAP)/src/utils
23         
24 TGT_LDLIBS      := $(HOSTAP)/eap_example/libeap.so