In preparation for patching how the oracle detection code works, I moved
[freeradius.git] / src / modules / rlm_sql / drivers / rlm_sql_oracle / Makefile.in
1 include ../../../../../Make.inc
2
3 TARGET         = @targetname@
4 SRCS           = sql_oracle.c
5 HEADERS        = sql_oracle.h
6 RLM_SQL_CFLAGS = @sql_oracle_cflags@ $(INCLTDL)
7 RLM_SQL_LIBS   = @sql_oracle_ldflags@
8
9 include ../rules.mak
10
11 $(DYNAMIC_OBJS): $(HEADERS)