Final fix for system libltdl (or not)
[freeradius.git] / src / modules / rlm_eap2 / Makefile
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
17
18 HOSTAP      = /path/to/hostap
19
20 TARGET      = 
21 SRCS        = rlm_eap2.c
22 HEADERS     =
23 RLM_CFLAGS  = -I$(HOSTAP)/src/eap_common \
24               -I$(HOSTAP)/src/eap_server  -I$(HOSTAP)/src  \
25               -I$(HOSTAP)/src/common -I$(HOSTAP)/src/utils
26 RLM_LIBS    = $(HOSTAP)/eap_example/libeap.so
27
28 ## this uses the RLM_CFLAGS and RLM_LIBS and SRCS defs to make TARGET.
29 include ../rules.mak