From: Martin Willi Date: Wed, 14 Jul 2010 12:13:24 +0000 (+0200) Subject: Depend on libcharon until we have a thread pool to use X-Git-Tag: 4.5.0~623 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c21dc000d3cd5c82eb22c4481e6459978456364;p=thirdparty%2Fstrongswan.git Depend on libcharon until we have a thread pool to use --- diff --git a/src/libstrongswan/plugins/pkcs11/Makefile.am b/src/libstrongswan/plugins/pkcs11/Makefile.am index 8babc34a5f..0849fa9142 100644 --- a/src/libstrongswan/plugins/pkcs11/Makefile.am +++ b/src/libstrongswan/plugins/pkcs11/Makefile.am @@ -1,5 +1,6 @@ -INCLUDES = -I$(top_srcdir)/src/libstrongswan +INCLUDES = -I$(top_srcdir)/src/libstrongswan \ + -I$(top_srcdir)/src/libcharon -I$(top_srcdir)/src/libhydra AM_CFLAGS = -rdynamic