strongswan/src/libimcv
Tobias Brunner 9af44ef5d9 Build all shared libraries with -no-undefined and link them properly
The flag is required to convince libtool on Cygwin to build DLLs. But on
Windows these shared libraries can not have undefined symbols, so we have to
link them explicitly to the libraries they reference.

For plugins this is currently not done, so only the monolithic build is
supported.  The plugin loader wouldn't be able to load DLLs anyway, as
it tries to load files that don't exist on Cygwin.
2013-09-12 01:44:49 +02:00
..
ietf ITA-HSR/Device ID attribute & IMV OS state machine 2013-06-21 23:25:22 +02:00
imc refactored IMV policy management 2013-06-21 23:25:22 +02:00
imv Added tags table and some tag samples 2013-09-05 11:29:23 +02:00
ita Fix various API doc issues and typos 2013-07-18 18:30:36 +02:00
os_info Use strpfx() helper where appropriate 2013-07-08 18:49:30 +02:00
pa_tnc instead of cloning use extract_buf() method 2013-03-04 23:21:21 +01:00
plugins Make sure libstrongswan is initialized first in IMCs and IMVs 2013-09-11 20:58:18 +02:00
.gitignore created a simple IMV Policy Manager 2013-06-21 23:25:22 +02:00
Android.mk libimcv: Android.mk added 2013-07-08 18:49:25 +02:00
Makefile.am Build all shared libraries with -no-undefined and link them properly 2013-09-12 01:44:49 +02:00
imcv.c libimcv: Properly deinitialize libimcv 2013-07-08 18:49:28 +02:00
imcv.h refactored IMV policy management 2013-06-21 23:25:22 +02:00