X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2FMakefile.am;h=27a493a22c2a048dfbde283a98c0e06b82661aa2;hb=af895ebea6200bb5a752ae312b83a6f78edfad08;hp=5e239d044415ad3ec26ecc724fe439bef80ef2bb;hpb=8626b7019b5d3d9c9594f20025e97d06a2d590fc;p=yaz-moved-to-github.git diff --git a/src/Makefile.am b/src/Makefile.am index 5e239d0..27a493a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,8 +1,8 @@ ## This file is part of the YAZ toolkit. ## Copyright (C) 1994-2006, Index Data, All rights reserved. -## $Id: Makefile.am,v 1.30 2006-04-19 23:15:39 adam Exp $ +## $Id: Makefile.am,v 1.35 2006-05-04 20:00:45 adam Exp $ -YAZ_VERSION_INFO=2:0:0 +YAZ_VERSION_INFO=2:1:0 lib_LTLIBRARIES = libyaz.la libyazthread.la # noinst_PROGRAMS = cqlparse @@ -71,7 +71,9 @@ libyaz_la_SOURCES=version.c options.c log.c marcdisp.c oid.c wrbuf.c \ eventl.c seshigh.c statserv.c requestq.c tcpdchk.c \ eventl.h service.c service.h session.h test.c \ xmlquery.c \ - mime.c mime.h + mime.c mime.h \ + nfa.c \ + record_conv.c retrieval.c libyaz_la_LDFLAGS=-version-info $(YAZ_VERSION_INFO) @@ -133,15 +135,15 @@ $(srcdir)/z.tcl $(srcdir)/esadmin.asn $(YAZCOMP) cd $(srcdir); $(YAZCOMPLINE) esadmin.asn # Charset negotiation -$(srcdir)/z-charneg.c: $(srcdir)/z.tcl $(srcdir)/charneg-3.asn +$(srcdir)/z-charneg.c: $(srcdir)/z.tcl $(srcdir)/charneg-3.asn $(YAZCOMP) cd $(srcdir); $(YAZCOMPLINE) $(YCFLAGS) charneg-3.asn # UserInfoFormat-multipleSearchTerms-2 -$(srcdir)/z-mterm2.c: $(srcdir)/z.tcl $(srcdir)/mterm2.asn +$(srcdir)/z-mterm2.c: $(srcdir)/z.tcl $(srcdir)/mterm2.asn $(YAZCOMP) cd $(srcdir); $(YAZCOMPLINE) mterm2.asn # UserInfoFormat-multipleSearchTerms-2 -$(srcdir)/z-oclcui.c: $(srcdir)/z.tcl $(srcdir)/oclcui.asn +$(srcdir)/z-oclcui.c: $(srcdir)/z.tcl $(srcdir)/oclcui.asn $(YAZCOMP) cd $(srcdir); $(YAZCOMPLINE) oclcui.asn # ILL protocol