Add symbol versioning for libkadm5clnt
commit22c7f07ed8cdacbce63296866f2c254b89a608d7
authorRuss Allbery <eagle@eyrie.org>
Mon, 16 Dec 2013 07:09:53 +0000 (15 23:09 -0800)
committerLove Hörnquist Åstrand <lha@h5l.org>
Mon, 23 Dec 2013 12:20:26 +0000 (23 13:20 +0100)
tree4f6252cc2931770a2bca6ec9dd31048e30f43b21
parent27c3ada0f68714a71aec591a4d720ccf6dcbb6ee
Add symbol versioning for libkadm5clnt

In order to support plugins for kadmin that use libkadm5srv, the
libkadm5clnt library has to be versioned to avoid hijacking all
of the function calls that should go to the server library.  Omit
the _kadm5_ clients from the public interface, and version
everything else.

Signed-off-by: Love Hörnquist Åstrand <lha@h5l.org>
lib/kadm5/Makefile.am
lib/kadm5/version-script-client.map [new file with mode: 0644]