[sword-svn] r2071 - trunk

dglassey at www.crosswire.org dglassey at www.crosswire.org
Sat Sep 1 15:05:39 MST 2007


Author: dglassey
Date: 2007-09-01 15:05:38 -0700 (Sat, 01 Sep 2007)
New Revision: 2071

Modified:
   trunk/sword.pc.in
Log:
apps don't need to link to all the other libs that sword has already 
linked to


Modified: trunk/sword.pc.in
===================================================================
--- trunk/sword.pc.in	2007-09-01 10:11:14 UTC (rev 2070)
+++ trunk/sword.pc.in	2007-09-01 22:05:38 UTC (rev 2071)
@@ -7,6 +7,6 @@
 Name: SWORD
 Description: Biblical Text Engine
 Version: @VERSION@
-Libs: -L${libdir} -lsword -lz @CURL_LIBS@ @CLUCENE_LIBS@ @ICU_LIBS@ @ICU_IOLIBS@
+Libs: -L${libdir} -lsword @ICU_LIBS@ @ICU_IOLIBS@
 Cflags: -I${includedir}/sword
 




More information about the sword-cvs mailing list