[gxml] * add NamespaceAttr.vala to wscript_build



commit dfd5aa8aef9c0dfdc02d0de5177ad9d609011f06
Author: Richard Schwarting <aquarichy gmail com>
Date:   Tue Aug 16 03:13:15 2011 +0200

    * add NamespaceAttr.vala to wscript_build

 gxml/wscript_build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gxml/wscript_build b/gxml/wscript_build
index 46e54e8..b047e91 100644
--- a/gxml/wscript_build
+++ b/gxml/wscript_build
@@ -9,6 +9,6 @@ bld.shlib(
     packages = 'gtk+-2.0 gee-1.0 libxml-2.0',
     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'],
+    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 = './'
     )



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