X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2FMakefile.am;h=9d538f18474a12dcab0c514ee4c5cdab5e4fca42;hp=891e5e9ba37e9c151de156383281fbf14945e222;hb=6d678c5970ec665607e3d1ddbd8809a14bccabdf;hpb=02c2c415822721c98afff674fc9672d004bd92a2 diff --git a/src/Makefile.am b/src/Makefile.am index 891e5e9..9d538f1 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.45 2006-11-29 12:34:51 heikki Exp $ YAZ_VERSION_INFO=2:1:0 -lib_LTLIBRARIES = libyaz.la libyazthread.la +lib_LTLIBRARIES = libyaz.la # noinst_PROGRAMS = cqlparse dist-hook: @@ -78,17 +78,10 @@ libyaz_la_SOURCES=version.c options.c log.c marcdisp.c oid.c wrbuf.c \ eventl.h service.c service.h session.h test.c \ xmlquery.c \ mime.c mime.h \ - nfa.c nfaxml.c \ - record_conv.c retrieval.c + record_conv.c retrieval.c elementset.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 \