update otp_hotp() to support 6,7,8,9 digit otp's
[freeradius.git] / src / modules / rlm_sqlippool / Makefile.in
1 #
2 # $Id$
3 #
4
5 INCLUDE += -I/usr/local/include/
6
7 TARGET      = @targetname@
8 SRCS        = rlm_sqlippool.c ip_set.c
9 HEADERS     = ip_set.h
10 RLM_CFLAGS  = @sqlippool_cflags@ -I$(top_builddir)/src/modules/rlm_sql
11 RLM_LIBS    = @sqlippool_ldflags@
12 RLM_INSTALL =
13
14 include ../rules.mak
15
16 $(LT_OBJS): $(HEADERS)