[sword-svn] r3224 - trunk

scribe at crosswire.org scribe at crosswire.org
Thu May 1 12:28:09 MST 2014


Author: scribe
Date: 2014-05-01 12:28:08 -0700 (Thu, 01 May 2014)
New Revision: 3224

Modified:
   trunk/sword.pc.in
Log:
changed sword.pc.in to us @LIBS@ instead of specifying individually

Modified: trunk/sword.pc.in
===================================================================
--- trunk/sword.pc.in	2014-05-01 05:56:07 UTC (rev 3223)
+++ trunk/sword.pc.in	2014-05-01 19:28:08 UTC (rev 3224)
@@ -8,7 +8,7 @@
 Description: Biblical Text Research Engine
 Version: @VERSION@
 @SHAREDLIB_TRUE at Libs: -L${libdir} -lsword
- at SHAREDLIB_FALSE@Libs: -L${libdir} -lsword -lz @CURL_LIBS@ @CLUCENE_LIBS@ @ICU_LIBS@ @ICU_IOLIBS@
-Libs.private: -L${libdir} -lsword -lz @CURL_LIBS@ @CLUCENE_LIBS@ @ICU_LIBS@ @ICU_IOLIBS@
+ at SHAREDLIB_FALSE@Libs: -L${libdir} -lsword @LIBS@
+Libs.private: -L${libdir} -lsword @LIBS@
 Cflags: -I${includedir}/sword 
 




More information about the sword-cvs mailing list