aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2011-08-02 17:08:41 +0200
committerMartin Willi <martin@revosec.ch>2011-08-02 17:08:41 +0200
commitcaa451557f02adbe67c530c66a324de616980785 (patch)
tree5117c625f1a8acd7611d5d4c1ab3a921b2c94fd5 /src
parent6e5118e9e3a18f248ec41f86b41a011bf869dafc (diff)
downloadstrongswan-caa451557f02adbe67c530c66a324de616980785.tar.bz2
strongswan-caa451557f02adbe67c530c66a324de616980785.tar.xz
ha plugin does not need Linux headers anymore
Diffstat (limited to 'src')
-rw-r--r--src/libcharon/plugins/ha/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/ha/Makefile.am b/src/libcharon/plugins/ha/Makefile.am
index 0df1b8d91..bc1b49d48 100644
--- a/src/libcharon/plugins/ha/Makefile.am
+++ b/src/libcharon/plugins/ha/Makefile.am
@@ -1,5 +1,5 @@
-INCLUDES = -I${linux_headers} -I$(top_srcdir)/src/libstrongswan \
+INCLUDES = -I$(top_srcdir)/src/libstrongswan \
-I$(top_srcdir)/src/libhydra -I$(top_srcdir)/src/libcharon
AM_CFLAGS = -rdynamic -DIPSEC_PIDDIR=\"${piddir}\"