Export only the symbol named auth_gssapi_module
authorJoe Orton <jorton@redhat.com>
Sat, 23 May 2015 12:04:43 +0000 (13:04 +0100)
committerSimo Sorce <simo@redhat.com>
Sun, 24 May 2015 21:49:23 +0000 (23:49 +0200)
commitfa877975a0b03cef97fdf4350472df77fdb354f6
tree6a33d3e9c54530f6989f7febf9289c9a376b56b3
parent0fb1b69e4a03b282b9df2255c153e5d3860e24c0
Export only the symbol named auth_gssapi_module

The only entry point into the module DSO is the module structure itself;
use libtool's export-symbols linker trick to hide all the other global
symbols, which otherwise are potentially visible outside the module
itself (SEAL_* etc).

Reviewed-by: Simo Sorce <simo@redhat.com>
src/Makefile.am