strongswan/src/libtnccs/tnc
Tobias Brunner 4a0b6d659d Add plugin constructor registration for all libraries that provide plugins
Unfortunately, we can't just add the generated C file to the sources in
Makefile.am as the linker would remove that object file when it notices
that no symbol in it is ever referenced.  So we include it in the file
that contains the library initialization, which will definitely be
referenced by the executable.

This allows building an almost stand-alone static version of e.g. charon
when building with `--enable-monolithic --enable-static --disable-shared`
(without `--disable-shared` libtool will only build a version that links
the libraries dynamically).  External libraries (e.g. gmp or openssl) are
not linked statically this way, though.
2017-05-23 18:29:12 +02:00
..
imc libtnccs: Set apidoc category to libtnccs and move plugins 2015-03-25 12:00:20 +01:00
imv libtnccs: Set apidoc category to libtnccs and move plugins 2015-03-25 12:00:20 +01:00
tnccs Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
tnc.c Add plugin constructor registration for all libraries that provide plugins 2017-05-23 18:29:12 +02:00
tnc.h libtnccs: Set apidoc category to libtnccs and move plugins 2015-03-25 12:00:20 +01:00