X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2FMakefile.am;h=3a80f939cacc543450745aa1b47eb271b8928c09;hp=fc22046ef3cbe9baf3f1a63ca8b407fa64820690;hb=e873bb6090290c8615c9649f92c8c13259bafca1;hpb=2cf1b669768e41118f6937dd0afab37c8ed586a8 diff --git a/src/Makefile.am b/src/Makefile.am index fc22046..3a80f93 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ ## This file is part of the YAZ toolkit. -## Copyright (C) 1995-2011 Index Data +## Copyright (C) 1995-2012 Index Data YAZ_VERSION_INFO=4:0:0 @@ -71,7 +71,7 @@ GEN_FILES = oid_std.c \ z-charneg.c \ ill-core.c item-req.c oclc-ill-req-ext.c -libyaz_la_SOURCES=version.c options.c log.c \ +libyaz_la_SOURCES=base64.c version.c options.c log.c \ $(GEN_FILES) \ marcdisp.c marc_read_xml.c marc_read_iso2709.c marc_read_line.c \ wrbuf.c oid_db.c errno.c \ @@ -87,11 +87,11 @@ libyaz_la_SOURCES=version.c options.c log.c \ ill-get.c \ zget.c yaz-ccl.c diag-entry.c diag-entry.h \ logrpn.c \ - otherinfo.c pquery.c sortspec.c charneg.c initopt.c \ + otherinfo.c pquery.c sortspec.c charneg.c initopt.c init_diag.c \ zoom-c.c zoom-z3950.c zoom-sru.c zoom-query.c zoom-record-cache.c \ zoom-event.c \ record_render.c zoom-socket.c zoom-opt.c zoom-p.h sru-p.h \ - grs1disp.c zgdu.c soap.c srw.c srwutil.c uri.c solr.c \ + grs1disp.c zgdu.c soap.c srw.c srwutil.c uri.c solr.c diag_map.c \ opacdisp.c cclfind.c ccltoken.c cclerrms.c cclqual.c cclptree.c cclp.h \ cclqfile.c cclstr.c cclxmlconfig.c ccl_stop_words.c \ cql.y cqlstdio.c cqltransform.c cqlutil.c xcqlutil.c cqlstring.c \ @@ -107,7 +107,7 @@ libyaz_la_SOURCES=version.c options.c log.c \ iconv_encode_marc8.c iconv_encode_iso_8859_1.c iconv_encode_wchar.c \ iconv_decode_marc8.c iconv_decode_iso5426.c iconv_decode_danmarc.c sc.c \ json.c xml_include.c file_glob.c dirent.c mutex-p.h mutex.c condvar.c \ - thread_id.c gettimeofday.c thread_create.c spipe.c + thread_id.c gettimeofday.c thread_create.c spipe.c url.c libyaz_la_LDFLAGS=-version-info $(YAZ_VERSION_INFO)