Made it 2.0.0, and removed the changes that are in 1.1.x, as
[freeradius.git] / src / modules / rlm_sqlippool / Makefile.in
1
2 INCLUDE += -I/usr/local/include/
3
4
5 TARGET      = @targetname@
6 SRCS        = rlm_sqlippool.c ip_set.c
7 HEADERS     = ip_set.h
8 RLM_CFLAGS  = @sqlippool_cflags@ -I$(top_builddir)/src/modules/rlm_sql
9 RLM_LIBS    = @sqlippool_ldflags@
10 RLM_INSTALL =
11
12 include ../rules.mak
13
14 $(STATIC_OBJS): $(HEADERS)
15
16 $(DYNAMIC_OBJS): $(HEADERS)