Final fix for system libltdl (or not)
[freeradius.git] / src / modules / rlm_sql / drivers / rlm_sql_firebird / Makefile.in
1 #
2 # $Id$
3 #
4
5 include ../../../../../Make.inc
6
7 TARGET          = @targetname@
8 SRCS            = sql_firebird.c sql_fbapi.c
9 HEADERS         = sql_fbapi.h
10 RLM_SQL_CFLAGS  = @sql_firebird_cflags@
11 RLM_SQL_LIBS    = @sql_firebird_ldflags@
12
13 # this uses the RLM_SQL_CFLAGS and RLM_SQL_LIBS and SRCS defs to make TARGET.
14 include ../rules.mak
15
16 $(LT_OBJS): $(HEADERS)