b5d37f3cf3f8ebc78332646b1aae524cb9927103
[freeradius.git] / src / modules / rlm_sql / drivers / rlm_sql_iodbc / Makefile
1 include ../../../../../Make.inc
2
3 TARGET          = rlm_sql_iodbc
4 SRCS            = sql_iodbc.c
5 HEADERS         = sql_iodbc.h
6 RLM_SQL_CFLAGS  = $(SQL_ODBC_INCLUDE) $(INCLTDL)
7 RLM_SQL_LIBS    = $(SQL_ODBC_LIBS)
8
9 $(DYNAMIC_OBJS): $(HEADERS) 
10
11 ###
12 # over-ride the previous assignment if we're not building anything
13 ifeq ($(SQL_ODBC_LIBS),)
14 TARGET        =
15 endif
16
17 include ../rules.mak
18