X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2FMakefile.am;h=365e2f00f36bd65f34aad9d8f18e0448c6700879;hb=7b1bbfddfb6e9d68c645388e3279a4990a6592ef;hp=c189246c8bbb2c9e87fc66d7ef7ed81a926221b4;hpb=3252229521745ee6413d1a5357a6348d36f87622;p=yaz-moved-to-github.git diff --git a/src/Makefile.am b/src/Makefile.am index c189246..365e2f0 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 @@ -118,10 +118,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