From: Adam Dickmeiss Date: Thu, 2 Nov 2006 08:06:03 +0000 (+0000) Subject: Removed the build of libyazthread.la. The libyaz.so is the threaded version X-Git-Tag: YAZ.2.1.40~10 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=282dd34ba931365f19aea49b262c7b60e67192cf Removed the build of libyazthread.la. The libyaz.so is the threaded version of YAZ and has been so since YAZ 2.1.10. --- diff --git a/NEWS b/NEWS index 6ab9b6d..682dff9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +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). diff --git a/src/Makefile.am b/src/Makefile.am index 891e5e9..cbf279d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,10 +1,10 @@ ## 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: @@ -83,12 +83,6 @@ libyaz_la_SOURCES=version.c options.c log.c marcdisp.c oid.c wrbuf.c \ 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 \