X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2FMakefile.am;h=5ccb53f2e2729e1967abd037983a7df97b90d531;hp=b2702893cf1b7a0e93fc090f03699f7746f7a9c7;hb=9c32d63a1113f58ceb168e8321f1e360b2006e3b;hpb=473824797f568578dc17d7242551cb2f7ccef46c diff --git a/src/Makefile.am b/src/Makefile.am index b270289..5ccb53f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -31,7 +31,7 @@ libyaz_server_la_LIBADD = libyaz.la libyaz_icu_la_CPPFLAGS = $(AM_CPPFLAGS) $(ICU_CPPFLAGS) -I$(top_srcdir)/libstemmer_c/include libyaz_icu_la_LIBADD = libyaz.la $(ICU_LIBS) -AM_YFLAGS=-p cql_ +AM_YFLAGS= # MARC8->UTF8 conversion is generated from codetables.xml marc8.c: charconv.tcl codetables.xml @@ -71,11 +71,11 @@ GEN_FILES = oid_std.c \ z-charneg.c \ ill-core.c item-req.c oclc-ill-req-ext.c -libyaz_la_SOURCES=base64.c version.c options.c log.c \ - $(GEN_FILES) \ - marcdisp.c \ +libyaz_la_SOURCES= $(GEN_FILES) \ + base64.c version.c options.c log.c \ + cookie.c marcdisp.c \ marc_read_json.c marc_read_xml.c marc_read_iso2709.c marc_read_line.c \ - wrbuf.c oid_db.c errno.c \ + wrbuf.c wrbuf_sha1.c oid_db.c errno.c \ nmemsdup.c xmalloc.c readconf.c tpath.c nmem.c matchstr.c atoin.c \ siconv.c iconv-p.h utf8.c ucs4.c iso5428.c advancegreek.c \ odr_bool.c ber_bool.c ber_len.c ber_tag.c odr_util.c facet.c \