Allow sqlite filename to be specified in the configuration file.
[freeradius.git] / src / modules / rlm_sql / drivers / rlm_sql_sqlite / Makefile.in
1 include ../../../../../Make.inc
2
3 TARGET         = @targetname@
4 SRCS           = sql_sqlite.c
5 RLM_SQL_CFLAGS = @sql_sqlite_cflags@ $(INCLTDL)
6 RLM_SQL_LIBS   = @sql_sqlite_ldflags@
7
8 include ../rules.mak