[gxml] * modified wscript_build for serialisation file names
- From: Richard Hans Schwarting <rschwart src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml] * modified wscript_build for serialisation file names
- Date: Thu, 12 Jul 2012 15:05:08 +0000 (UTC)
commit 27e9926e8ace85ebcae613a3e8fa5c9496b26551
Author: Richard Schwarting <aquarichy gmail com>
Date: Wed Jul 11 17:30:07 2012 -0400
* modified wscript_build for serialisation file names
gxml/wscript_build | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gxml/wscript_build b/gxml/wscript_build
index 3e779e9..9af1b11 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', 'NamespaceAttr.vala', 'NodeList.vala', 'NodeType.vala', 'Notation.vala', 'ProcessingInstruction.vala', 'Text.vala', 'XmlSerializable.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', 'NamespaceAttr.vala', 'NodeList.vala', 'NodeType.vala', 'Notation.vala', 'ProcessingInstruction.vala', 'Serializable.vala', 'Serialization.vala', 'Text.vala', 'XNode.vala'],
vapi_dirs = '../vapi'
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]