aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2014-12-05 16:36:13 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2014-12-12 12:00:20 +0100
commit700df2388670a7d374f58c2005001d277deb1618 (patch)
tree82a5c2686a625c69c19eac4776617de7440636fd /configure.ac
parentf55a03a2de5d95389ef2417ad6ca393e1921f9ba (diff)
downloadstrongswan-700df2388670a7d374f58c2005001d277deb1618.tar.bz2
strongswan-700df2388670a7d374f58c2005001d277deb1618.tar.xz
bliss: Fix monolithic build
This requires moving test files so that the Makefile for the tests can be included after building libstrongswan, which requires the plugin when building monolithically. Due to this a static helper library is required as directly referring to object files (or source files) is not possible. It's also necessary to avoid any link-time dependency on libstrongswan in bliss_huffman, to avoid circular dependencies (bliss_huffman -> libstrongswan -> bliss -> bliss_huffman).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4e31e0684..5fa82573f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1645,6 +1645,7 @@ AC_CONFIG_FILES([
src/libstrongswan/plugins/af_alg/Makefile
src/libstrongswan/plugins/ntru/Makefile
src/libstrongswan/plugins/bliss/Makefile
+ src/libstrongswan/plugins/bliss/tests/Makefile
src/libstrongswan/plugins/test_vectors/Makefile
src/libstrongswan/tests/Makefile
src/libhydra/Makefile