The rlm_always module is meant for use in tests of the module calling
[freeradius.git] / src / modules / rlm_always / Makefile
1 TARGET          = rlm_always
2 SRCS            = rlm_always.c
3 HEADERS         =
4 RLM_CFLAGS      =
5 RLM_LIBS        =
6
7 include ../rules.mak
8
9 $(STATIC_OBJS): $(HEADERS)
10
11 $(DYNAMIC_OBJS): $(HEADERS)