Final fix for system libltdl (or not)
[freeradius.git] / src / modules / rlm_sql / drivers / rlm_sql_postgresql / Makefile.in
index 55076a2..e564426 100644 (file)
@@ -2,7 +2,7 @@ include ../../../../../Make.inc
 
 TARGET         = @targetname@
 SRCS           = sql_postgresql.c
-RLM_SQL_CFLAGS = @postgresql_cflags@ $(INCLTDL)
+RLM_SQL_CFLAGS = @postgresql_cflags@
 RLM_SQL_LIBS   = @postgresql_ldflags@
 
 include ../rules.mak