aboutsummaryrefslogtreecommitdiffstats
path: root/src/scepclient
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2010-03-25 11:24:58 +0100
committerMartin Willi <martin@revosec.ch>2010-03-25 11:24:58 +0100
commit688d1064736ffabc990814fd6e012db5de5ae0da (patch)
tree1ffcabf0f26d0fc5524867caa7699c23b0da0170 /src/scepclient
parent70d70c8a2e2b8d3c0b184cdd64e1a07cb5850c55 (diff)
downloadstrongswan-688d1064736ffabc990814fd6e012db5de5ae0da.tar.bz2
strongswan-688d1064736ffabc990814fd6e012db5de5ae0da.tar.xz
Added libhydra include to scepclient
Diffstat (limited to 'src/scepclient')
-rw-r--r--src/scepclient/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scepclient/Makefile.am b/src/scepclient/Makefile.am
index 3693b7532..23e35344c 100644
--- a/src/scepclient/Makefile.am
+++ b/src/scepclient/Makefile.am
@@ -6,11 +6,13 @@ OPENACDIR=$(top_srcdir)/src/openac
WHACKDIR=$(top_srcdir)/src/whack
LIBFREESWANDIR=$(top_srcdir)/src/libfreeswan
LIBSTRONGSWANDIR=$(top_srcdir)/src/libstrongswan
+LIBHYDRADIR=$(top_srcdir)/src/libhydra
LIBCRYPTODIR=$(top_srcdir)/src/libcrypto
INCLUDES = \
-I$(LIBFREESWANDIR) \
-I$(LIBSTRONGSWANDIR) \
+-I$(LIBHYDRADIR) \
-I$(PLUTODIR) \
-I$(LIBCRYPTODIR) \
-I$(WHACKDIR)