Final fix for system libltdl (or not)
[freeradius.git] / src / modules / rlm_sql / drivers / rlm_sql_iodbc / Makefile.in
index 8c08088..64af56d 100644 (file)
@@ -2,7 +2,7 @@ include ../../../../../Make.inc
 
 TARGET         = @targetname@
 SRCS           = sql_iodbc.c
-RLM_SQL_CFLAGS = @sql_iodbc_cflags@ $(INCLTDL)
+RLM_SQL_CFLAGS = @sql_iodbc_cflags@
 RLM_SQL_LIBS   = @sql_iodbc_ldflags@
 
 include ../rules.mak