Include files used to build the server are now <freeradius-devel/*.h>
[freeradius.git] / src / modules / rlm_sql / drivers / rules.mak
index 1645a64..4b195c8 100644 (file)
@@ -37,7 +37,7 @@ all: dynamic
 #######################################################################
 STATIC_OBJS    = $(SRCS:.c=.o)
 DYNAMIC_OBJS   = $(SRCS:.c=.lo)
-CFLAGS         += -I../.. -I../../../../include
+CFLAGS         += -I../.. -I$(top_builddir)/src/
 
 #######################################################################
 #