[sword-svn] r2073 - trunk

dglassey at www.crosswire.org dglassey at www.crosswire.org
Mon Sep 3 15:09:55 MST 2007


Author: dglassey
Date: 2007-09-03 15:09:54 -0700 (Mon, 03 Sep 2007)
New Revision: 2073

Modified:
   trunk/sword.pc.in
Log:
Add Libs.private for static linking against sword


Modified: trunk/sword.pc.in
===================================================================
--- trunk/sword.pc.in	2007-09-02 20:13:18 UTC (rev 2072)
+++ trunk/sword.pc.in	2007-09-03 22:09:54 UTC (rev 2073)
@@ -7,6 +7,7 @@
 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
+Libs.private: -L${libdir} -lsword -lz @CURL_LIBS@ @CLUCENE_LIBS@ @ICU_LIBS@ @ICU_IOLIBS@
 Cflags: -I${includedir}/sword
 




More information about the sword-cvs mailing list