diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-11-08 12:08:00 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-11-08 18:35:11 +0100 |
commit | 48e87e12ab3ca0bb1cebd2b6f05a0cf6ab16fb1e (patch) | |
tree | 4908edb7721361bdbe778c1f7373a5caa977d328 /src/libcharon/plugins/tnccs_11/Makefile.am | |
parent | e034cc9ca957cc8f4b0ec12f6b45ee3330ee3fd8 (diff) | |
download | strongswan-48e87e12ab3ca0bb1cebd2b6f05a0cf6ab16fb1e.tar.bz2 strongswan-48e87e12ab3ca0bb1cebd2b6f05a0cf6ab16fb1e.tar.xz |
Revert "fixed integrity tests of plugins using libtls or libtnccs"
This reverts commit b597ac4a4cbcd9197b886d743c75d58293264580 (not
completely).
Diffstat (limited to 'src/libcharon/plugins/tnccs_11/Makefile.am')
-rw-r--r-- | src/libcharon/plugins/tnccs_11/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libcharon/plugins/tnccs_11/Makefile.am b/src/libcharon/plugins/tnccs_11/Makefile.am index b10c4019c..c205692d4 100644 --- a/src/libcharon/plugins/tnccs_11/Makefile.am +++ b/src/libcharon/plugins/tnccs_11/Makefile.am @@ -15,7 +15,8 @@ noinst_LTLIBRARIES = libstrongswan-tnccs-11.la else plugin_LTLIBRARIES = libstrongswan-tnccs-11.la libstrongswan_tnccs_11_la_LIBADD += \ - $(top_builddir)/src/libtncif/libtncif.la + $(top_builddir)/src/libtncif/libtncif.la \ + $(top_builddir)/src/libtnccs/libtnccs.la endif libstrongswan_tnccs_11_la_SOURCES = \ |