X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2FMakefile.am;h=39870811ac51150850671da6833ad08c8b871b73;hp=5ccb53f2e2729e1967abd037983a7df97b90d531;hb=ab61788b20fce5faedceb7599f6b5f43be72ba9a;hpb=7efed25c2ed807d32001e749f87f2eb300548c22 diff --git a/src/Makefile.am b/src/Makefile.am index 5ccb53f..3987081 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -26,12 +26,12 @@ YAZCOMP_Z = $(YAZCOMP) -d $(srcdir)/z.tcl -i yaz -I$(top_srcdir)/include YAZCOMP_I = $(YAZCOMP) -d $(srcdir)/ill.tcl -i yaz -I$(top_srcdir)/include AM_CPPFLAGS=-I$(top_srcdir)/include $(XML2_CFLAGS) $(SSL_CFLAGS) -libyaz_la_LIBADD = $(SSL_LIBS) $(TCPD_LIBS) +libyaz_la_LIBADD = $(SSL_LIBS) $(TCPD_LIBS) $(GCRYPT_LIBS) $(MEMCACHED_LIBS) 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= +AM_YFLAGS=-p cql_ # MARC8->UTF8 conversion is generated from codetables.xml marc8.c: charconv.tcl codetables.xml @@ -89,8 +89,9 @@ libyaz_la_SOURCES= $(GEN_FILES) \ zget.c yaz-ccl.c diag-entry.c diag-entry.h \ logrpn.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 \ + init_globals.c \ + zoom-c.c zoom-memcached.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_facet.c sru-p.h \ grs1disp.c zgdu.c soap.c srw.c srwutil.c uri.c solr.c diag_map.c \ opac_to_xml.c xml_add.c xml_match.c xml_to_opac.c \