From 47d365deefc5b9bbd7d8edf1025f5511b1e9918e Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 10 Sep 2009 14:51:12 +0200 Subject: [PATCH] updated linuxdir include variable --- src/charon/plugins/ha_sync/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/charon/plugins/ha_sync/Makefile.am b/src/charon/plugins/ha_sync/Makefile.am index 15f4096..aadf7dd 100644 --- a/src/charon/plugins/ha_sync/Makefile.am +++ b/src/charon/plugins/ha_sync/Makefile.am @@ -1,5 +1,5 @@ -INCLUDES = -I${linuxdir} -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon +INCLUDES = -I${linux_headers} -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon AM_CFLAGS = -rdynamic -DIPSEC_PIDDIR=\"${piddir}\" -- 2.7.4