+Removed the build of libyazthread.la. The libyaz.so is the threaded version
+of YAZ and has been so since YAZ 2.1.10.
+
Implemented ZOOM_record_error which returns error information for
record (surrogate diagnostic).
## This file is part of the YAZ toolkit.
## Copyright (C) 1994-2006, Index Data, All rights reserved.
-## $Id: Makefile.am,v 1.42 2006-10-27 11:22:09 adam Exp $
+## $Id: Makefile.am,v 1.43 2006-11-02 08:06:03 adam Exp $
YAZ_VERSION_INFO=2:1:0
-lib_LTLIBRARIES = libyaz.la libyazthread.la
+lib_LTLIBRARIES = libyaz.la
# noinst_PROGRAMS = cqlparse
dist-hook:
libyaz_la_LDFLAGS=-version-info $(YAZ_VERSION_INFO)
-# This library is only built and installed for backwards
-# compatibility (older libs depend on it). The libyaz.la is now threaded
-# by itself..
-libyazthread_la_SOURCES=version.c
-libyazthread_la_LDFLAGS=-version-info $(YAZ_VERSION_INFO)
-
# Rules for Z39.50 V3
z-accdes1.c \
z-accform1.c \