Committed Rob Jones' <rob@work.gb.com> CHAP support in sql patch.
[freeradius.git] / src / modules / rlm_sql / drivers / rlm_sql_oracle / Makefile
1 include ../../../../../Make.inc
2
3 TARGET          = rlm_sql_oracle
4 SRCS            = sql_oracle.c
5 HEADERS         = sql_oracle.h
6 RLM_SQL_CFLAGS  = $(SQL_ORACLE_INCLUDE) $(INCLTDL)
7 RLM_SQL_LIBS    = $(SQL_ORACLE_LIBS)
8
9 $(DYNAMIC_OBJS): $(HEADERS) 
10
11 ###
12 # over-ride the previous assignment if we're not building anything
13 ifeq ($(SQL_ORACLE_LIBS),)
14 TARGET        =
15 endif
16
17 include ../rules.mak
18