From: Martin Willi Date: Thu, 10 Sep 2009 12:51:12 +0000 (+0200) Subject: updated linuxdir include variable X-Git-Tag: 4.4.0~89 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47d365deefc5b9bbd7d8edf1025f5511b1e9918e;p=thirdparty%2Fstrongswan.git updated linuxdir include variable --- diff --git a/src/charon/plugins/ha_sync/Makefile.am b/src/charon/plugins/ha_sync/Makefile.am index 15f4096996..aadf7dd659 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}\"