Pull fix from branch_1_1, so proxied EAP replies work
[freeradius.git] / src / modules / rlm_sqlcounter / Makefile.in
1 #
2 # $Id$
3 #
4
5 TARGET      = @targetname@
6 SRCS        = rlm_sqlcounter.c
7 HEADERS     =
8 RLM_CFLAGS  = @sqlcounter_cflags@
9 RLM_LIBS    = @sqlcounter_ldflags@
10 RLM_INSTALL =
11
12 include ../rules.mak
13
14 $(LT_OBJS): $(HEADERS)