X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2FMakefile.am;h=1e79c0e192f76e1849ad2f10c33741d029205c11;hb=3a3c0ef92f785ff123069ea51ba0f8711b23dbf7;hp=d219b00316948a1ca4c4b2945fedf18a55ef1172;hpb=e255616521c8ba665309bcaeccabb35b6efe35d7;p=yaz-moved-to-github.git diff --git a/src/Makefile.am b/src/Makefile.am index d219b00..1e79c0e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,13 +19,14 @@ EXTRA_DIST=$(tabdata_DATA) $(illdata_DATA) \ charconv.tcl codetables.xml \ csvtodiag.tcl csvtobib1.tcl csvtosrw.tcl bib1.csv srw.csv \ csvtosru_update.tcl sru_update.csv \ - oidtoc.tcl oid.csv + oidtoc.tcl oid.csv sc_test.c YAZCOMP=$(top_srcdir)/util/yaz-asncomp 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) libyaz_server_la_CFLAGS = $(PTHREAD_CFLAGS) libyaz_server_la_LIBADD = libyaz.la libyaz_icu_la_CPPFLAGS = $(AM_CPPFLAGS) $(ICU_CPPFLAGS) @@ -88,7 +89,7 @@ libyaz_la_SOURCES=version.c options.c log.c \ grs1disp.c zgdu.c soap.c srw.c srwutil.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 \ + cql.y cqlstdio.c cqltransform.c cqlutil.c xcqlutil.c cqlstring.c rpn2cql.c \ cqlstrer.c querytowrbuf.c \ tcpdchk.c \ test.c timing.c \