[gxml] * waf: look in our own vapi/ for custom libxml-2.0.vapi



commit d4ed12f849e6fe9a364c8cbfe32f90b7edce2b54
Author: Richard Schwarting <aquarichy gmail com>
Date:   Sun Jun 3 04:34:16 2012 -0400

    * waf: look in our own vapi/ for custom libxml-2.0.vapi

 gxml/wscript_build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gxml/wscript_build b/gxml/wscript_build
index b047e91..a720f62 100644
--- a/gxml/wscript_build
+++ b/gxml/wscript_build
@@ -10,5 +10,5 @@ bld.shlib(
     target = 'gxml',
     uselib = 'GTK GLIB GEE XML',
     source = ['Attr.vala', 'BackedNode.vala', 'CDATASection.vala', 'CharacterData.vala', 'Comment.vala', 'DocumentFragment.vala', 'DocumentType.vala', 'Document.vala', 'DomError.vala', 'Element.vala', 'EntityReference.vala', 'Entity.vala', 'Implementation.vala', 'NodeList.vala', 'NodeType.vala', 'Notation.vala', 'ProcessingInstruction.vala', 'Text.vala', 'XNode.vala', 'NamespaceAttr.vala'],
-    vapi_dirs = './'
+    vapi_dirs = '../vapi'
     )



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