Removed the build of libyazthread.la. The libyaz.so is the threaded version
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 2 Nov 2006 08:06:03 +0000 (08:06 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 2 Nov 2006 08:06:03 +0000 (08:06 +0000)
of YAZ and has been so since YAZ 2.1.10.

NEWS
src/Makefile.am

diff --git a/NEWS b/NEWS
index 6ab9b6d..682dff9 100644 (file)
--- 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).
 
index 891e5e9..cbf279d 100644 (file)
@@ -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 \