[sword-svn] r2070 - trunk/lib
dglassey at www.crosswire.org
dglassey at www.crosswire.org
Sat Sep 1 03:11:15 MST 2007
Author: dglassey
Date: 2007-09-01 03:11:14 -0700 (Sat, 01 Sep 2007)
New Revision: 2070
Modified:
trunk/lib/Makefile.am
Log:
link against clucene lib (so frontends don't have to)
Modified: trunk/lib/Makefile.am
===================================================================
--- trunk/lib/Makefile.am 2007-08-31 07:21:09 UTC (rev 2069)
+++ trunk/lib/Makefile.am 2007-09-01 10:11:14 UTC (rev 2070)
@@ -34,7 +34,7 @@
endif
-libsword_la_LIBADD = $(ICULIBADD) $(IMGRLIBADD)
+libsword_la_LIBADD = $(ICULIBADD) $(IMGRLIBADD) $(CLUCENE_LIBS)
libsword_la_LDFLAGS = -release $(VERSION)
More information about the sword-cvs
mailing list