[gxml] * change to a shared library from a static library.



commit db9d6bb56d18684a82f0fa7d22a475040cdf4975
Author: Richard Schwarting <aquarichy gmail com>
Date:   Thu Jul 21 14:43:19 2011 -0400

    * change to a shared library from a static library.

 gxml/wscript_build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gxml/wscript_build b/gxml/wscript_build
index 7b3b71b..46e54e8 100644
--- a/gxml/wscript_build
+++ b/gxml/wscript_build
@@ -3,7 +3,7 @@
 
 # /gxml/
 
-bld.stlib(
+bld.shlib(
     # TODO: want to add --deps gxml.deps --vapi=gxml.vapi
 
     packages = 'gtk+-2.0 gee-1.0 libxml-2.0',



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]