From 3252229521745ee6413d1a5357a6348d36f87622 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Wed, 10 Nov 2010 15:20:32 +0100 Subject: [PATCH] Add Snowball API implementation --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 8928ffc..c189246 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -117,6 +117,7 @@ libyaz_server_la_LDFLAGS=-version-info $(YAZ_VERSION_INFO) STEMMER_SOURCES = \ ../libstemmer_c/include/libstemmer.h \ + ../libstemmer_c/libstemmer/libstemmer.c \ ../libstemmer_c/runtime/api.c \ ../libstemmer_c/runtime/api.h \ ../libstemmer_c/runtime/header.h \ -- 1.7.10.4