[sword-cvs] sword/lib Makefile.am,1.14,1.15
sword@www.crosswire.org
sword@www.crosswire.org
Thu, 28 Aug 2003 23:00:18 -0700
Update of /usr/local/cvsroot/sword/lib
In directory www:/tmp/cvs-serv27914/lib
Modified Files:
Makefile.am
Log Message:
Abstracted the search interface from SWModule
Added experimental implementation of fast
search framework to zText using
clucene
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/sword/lib/Makefile.am,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Makefile.am 18 Jul 2003 08:03:19 -0000 1.14
+++ Makefile.am 29 Aug 2003 06:00:16 -0000 1.15
@@ -32,7 +32,11 @@
IMGRLIBADD =
endif
-libsword_la_LIBADD = $(ICULIBADD) $(IMGRLIBADD)
+if USELUCENE
+endif
+LUCLIBADD = -lclucene $(LUCENE_LIBS)
+
+libsword_la_LIBADD = $(ICULIBADD) $(IMGRLIBADD) $(LUCLIBADD)
libsword_la_LDFLAGS = -version-info 3