libyaz.la (whole source) is compiled with threads
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 16 Apr 2010 10:26:25 +0000 (12:26 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 16 Apr 2010 10:26:25 +0000 (12:26 +0200)
commit3e6398d15008d68aa36b0b985a18f142fcfa9a8f
tree0b9bc03239e6529808569e2dae96d02262421dd3
parenta606039bceb5fb70f8ea8cfd88261f6f25ccc736
libyaz.la (whole source) is compiled with threads

If thread support is enabled enabled, all source of YAZ is compiled
with treading support. This allows core utilities such as yaz_log to
use thread facilities. Previously (YAZ 3 and YAZ 4 releases), only
libyaz_server.la was using thread utilities. This commit moves mutex
utilities (mutex.c) from libyaz_server.la to libyaz.la.
configure.ac
src/Makefile.am
test/Makefile.am
yaz-config.in
ztest/Makefile.am