From e40a629d4cc02c3343302003c020b8a86ab5527f Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 25 Mar 2010 14:41:51 +0100 Subject: [PATCH] Added libhydra include to farp plugin --- src/libcharon/plugins/farp/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libcharon/plugins/farp/Makefile.am b/src/libcharon/plugins/farp/Makefile.am index 6da64509f0..42cd318793 100644 --- a/src/libcharon/plugins/farp/Makefile.am +++ b/src/libcharon/plugins/farp/Makefile.am @@ -1,5 +1,6 @@ -INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libcharon +INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \ + -I$(top_srcdir)/src/libcharon AM_CFLAGS = -rdynamic -- 2.47.3