X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2FMakefile.am;h=090f5ffecd6e66dab04b814a626b7e42126aa4ed;hb=e38c23b29a89e9c4e1cd5aa9033015efc39b26c0;hp=937335824d07dc879cb2b63f092ec429673f56fc;hpb=455798a3154b5c08c872ca0fb90607ddea575038;p=yaz-moved-to-github.git diff --git a/src/Makefile.am b/src/Makefile.am index 9373358..090f5ff 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,10 +1,11 @@ ## 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.29 2006-03-15 13:32:05 adam Exp $ YAZ_VERSION_INFO=2:0:0 -lib_LTLIBRARIES = libyaz.la +lib_LTLIBRARIES = libyaz.la libyazthread.la +# noinst_PROGRAMS = cqlparse dist-hook: test -f $(srcdir)/cql.c || exit 1 @@ -62,11 +63,20 @@ libyaz_la_SOURCES=version.c options.c log.c marcdisp.c oid.c wrbuf.c \ opacdisp.c cclfind.c ccltoken.c cclerrms.c cclqual.c cclptree.c \ cclqfile.c cclstr.c \ cql.y cqlstdio.c cqltransform.c cqlutil.c xcqlutil.c cqlstring.c \ - cqlstrer.c \ + cqlstrer.c querytowrbuf.c \ eventl.c seshigh.c statserv.c requestq.c tcpdchk.c \ - eventl.h service.c service.h session.h + eventl.h service.c service.h session.h test.c \ + xmlquery.c \ + mime.c mime.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 \ @@ -142,3 +152,5 @@ $(top_srcdir)/include/yaz/item-req.h: \ $(srcdir)/ill.tcl $(srcdir)/item-req.asn $(YAZCOMP) cd $(srcdir); $(YAZCOMP) -d ill.tcl -i yaz -I ../include $(YCFLAGS) item-req.asn +# cqlparse_SOURCES = cqlstd.y +