Change how bundled libverto is linked
authorGreg Hudson <ghudson@mit.edu>
Tue, 6 Sep 2011 23:23:39 +0000 (23:23 +0000)
committerGreg Hudson <ghudson@mit.edu>
Tue, 6 Sep 2011 23:23:39 +0000 (23:23 +0000)
commitd6e6d23d5fdc21a1ce613c3fc7f378de7b05d47c
tree4642dbe56bf913d0c4b730cb2b4562ccc1ed0174
parente68eef8d34b9527c3a24c9f0d6c0ae9b0be0e76f
Change how bundled libverto is linked

Give libverto-k5ev a header file.  When using the internal verto
library, link against -lverto-k5ev and use verto_default_k5ev()
instead of verto_default(), bypassing the module loading logic and
making static builds possible.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25166 dc483132-0cff-0310-8789-dd5450dbe970
src/config/pre.in
src/configure.in
src/lib/apputils/net-server.c
src/util/k5ev/Makefile.in
src/util/k5ev/README
src/util/k5ev/libverto-k5ev.exports
src/util/k5ev/verto-k5ev.c
src/util/k5ev/verto-k5ev.h [new file with mode: 0644]