#! /usr/bin/env python
# encoding: utf-8

# /gxml/

bld.shlib(
    # TODO: want to add --deps gxml.deps --vapi=gxml.vapi

    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', 'Serializable.vala', 'Serialization.vala', 'Text.vala', 'DomNode.vala'],
    vapi_dirs = '../vapi'
    )
