Create k5ev verto module from libev sources
authorGreg Hudson <ghudson@mit.edu>
Fri, 2 Sep 2011 17:07:45 +0000 (17:07 +0000)
committerGreg Hudson <ghudson@mit.edu>
Fri, 2 Sep 2011 17:07:45 +0000 (17:07 +0000)
commit6ef4ba5b6ac16653034583cabfeb6297b30025a7
tree19cd275f4852c38798031c7beca42c869ee3c156
parenta10ffe0492a13ae01530459981ee0bb885a8f0c7
Create k5ev verto module from libev sources

Add configure and build support for libverto and the libverto-k5ev
module.  Fix the version script rules to work for libraries with
hyphens in their names.

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