[gxml] * build new XmlSerializer



commit d04b86720f94be09242bf99fc8a15a8ae209729b
Author: Richard Schwarting <aquarichy gmail com>
Date:   Mon Jun 18 14:18:55 2012 -0400

    * build new XmlSerializer

 gxml/Makefile.am   |    1 +
 gxml/wscript_build |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gxml/Makefile.am b/gxml/Makefile.am
index 97a651b..3e586f0 100644
--- a/gxml/Makefile.am
+++ b/gxml/Makefile.am
@@ -54,6 +54,7 @@ libgxmldom_la_VALASOURCES = \
 	Notation.vala \
 	ProcessingInstruction.vala \
 	Text.vala \
+	XmlSerializable.vala \
 	XNode.vala \
 	$(NULL)
 
diff --git a/gxml/wscript_build b/gxml/wscript_build
index d8cbc88..3e779e9 100644
--- a/gxml/wscript_build
+++ b/gxml/wscript_build
@@ -9,6 +9,6 @@ bld.shlib(
     packages = 'gtk+-2.0 gee-0.8 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', 'NamespaceAttr.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', 'NamespaceAttr.vala', 'NodeList.vala', 'NodeType.vala', 'Notation.vala', 'ProcessingInstruction.vala', 'Text.vala', 'XmlSerializable.vala', 'XNode.vala'],
     vapi_dirs = '../vapi'
     )



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