Merge branch 'sam'
[freeradius.git] / src / modules / rlm_eap / rlm_eap.mk
1 TARGET := rlm_eap.a
2
3 SOURCES := rlm_eap.c eap.c mem.c
4
5 SRC_INCDIRS := . libeap
6
7 # FIXME: This target is "phony", which means that every "make"
8 # re-builds rlm_eap.  We need to re-write this to be the name
9 # of the ${BUILD_DIR}/.../filename!
10 #TGT_PREREQS := libfreeradius-eap.a