From: Adam Dickmeiss Date: Tue, 29 Nov 2005 20:25:38 +0000 (+0000) Subject: Build libyazthread.la for backwards compatibility X-Git-Tag: YAZ.2.1.10~2 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=67c25cbfe1f268218bc25bed5e9140f38a6a16fb Build libyazthread.la for backwards compatibility --- diff --git a/src/Makefile.am b/src/Makefile.am index 9373358..3857212 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,10 +1,10 @@ ## This file is part of the YAZ toolkit. ## Copyright (C) 1994-2005, Index Data, All rights reserved. -## $Id: Makefile.am,v 1.23 2005-09-09 10:34:09 adam Exp $ +## $Id: Makefile.am,v 1.24 2005-11-29 20:25:38 adam Exp $ YAZ_VERSION_INFO=2:0:0 -lib_LTLIBRARIES = libyaz.la +lib_LTLIBRARIES = libyaz.la libyazthread.la dist-hook: test -f $(srcdir)/cql.c || exit 1 @@ -67,6 +67,12 @@ libyaz_la_SOURCES=version.c options.c log.c marcdisp.c oid.c wrbuf.c \ eventl.h service.c service.h session.h 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 $(srcdir)/z-accdes1.c \ $(srcdir)/z-accform1.c \