Add rlm_sqlhpwippool (hierarchical, prioritized, weighted IP Pool module) with thanks...
[freeradius.git] / src / modules / rlm_sqlhpwippool / Makefile.in
1 TARGET      = @targetname@
2 SRCS        = rlm_sqlhpwippool.c
3 HEADERS     =
4 RLM_CFLAGS  = $(INCLTDL) @sqlhpwippool_cflags@ -I$(top_builddir)/src/modules/rlm_sql
5 RLM_LIBS    = $(LIBLTDL) @sqlhpwippool_ldflags@
6 RLM_INSTALL =
7
8 include ../rules.mak
9
10 $(STATIC_OBJS): $(HEADERS)
11
12 $(DYNAMIC_OBJS): $(HEADERS)