X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2FMakefile.am;h=31343c5ffe5e74427cbdc8f72020bbd7cd2aa1f1;hp=c189246c8bbb2c9e87fc66d7ef7ed81a926221b4;hb=4d827d4162155ab4514acb05dd2a1a38c29f4bcf;hpb=3252229521745ee6413d1a5357a6348d36f87622 diff --git a/src/Makefile.am b/src/Makefile.am index c189246..31343c5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ ## This file is part of the YAZ toolkit. -## Copyright (C) 1995-2010 Index Data +## Copyright (C) 1995-2011 Index Data YAZ_VERSION_INFO=4:0:0 @@ -28,7 +28,7 @@ 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_server_la_LIBADD = libyaz.la -libyaz_icu_la_CPPFLAGS = $(AM_CPPFLAGS) $(ICU_CPPFLAGS) -I../libstemmer_c/include +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_ @@ -94,7 +94,8 @@ libyaz_la_SOURCES=version.c options.c log.c \ grs1disp.c zgdu.c soap.c srw.c srwutil.c uri.c solr.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 rpn2cql.c \ + cql.y cqlstdio.c cqltransform.c cqlutil.c xcqlutil.c cqlstring.c \ + cql_sortkeys.c rpn2cql.c \ rpn2solr.c solrtransform.c \ cqlstrer.c querytowrbuf.c \ tcpdchk.c \ @@ -118,10 +119,13 @@ libyaz_server_la_LDFLAGS=-version-info $(YAZ_VERSION_INFO) STEMMER_SOURCES = \ ../libstemmer_c/include/libstemmer.h \ ../libstemmer_c/libstemmer/libstemmer.c \ + ../libstemmer_c/libstemmer/modules.h \ ../libstemmer_c/runtime/api.c \ ../libstemmer_c/runtime/api.h \ ../libstemmer_c/runtime/header.h \ ../libstemmer_c/runtime/utilities.c \ + ../libstemmer_c/src_c/stem_UTF_8_porter.c \ + ../libstemmer_c/src_c/stem_UTF_8_porter.h \ ../libstemmer_c/src_c/stem_UTF_8_english.c \ ../libstemmer_c/src_c/stem_UTF_8_english.h