[gxml/xpath: 2/8] gxml/Makefile.am: add XPath files to be built



commit a71aef2d18fb4ed31a245c1e76b39d85c9627172
Author: Adam Ples <ples adam gmail com>
Date:   Mon Oct 14 05:24:50 2013 -0400

    gxml/Makefile.am: add XPath files to be built

 gxml/Makefile.am |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/gxml/Makefile.am b/gxml/Makefile.am
index 76e0625..7beeb4f 100644
--- a/gxml/Makefile.am
+++ b/gxml/Makefile.am
@@ -62,8 +62,14 @@ libgxml_la_SOURCES = \
        Text.vala \
        Serializable.vala \
        Serialization.vala \
+       XPathError.vala \
+       XPathExpression.vala \
+       XPathNSResolver.vala \
+       XPathResult.vala \
        $(NULL)
 
+# TODO: do we want XPath files in own directory?
+
 gxml.vala.stamp: $(libgxml_la_SOURCES)
 
 
@@ -166,6 +172,8 @@ BUILT_SOURCES = \
        gxml.vapi \
        $(NULL)
 
+# TODO: should we add *.c to this list?, or is there a var of generated .c we can put in CLEANFILES?
+
 #      gxml.pc
 #      $(libgxml_la_VALASOURCES:.vala=.c) \
 #      $(vapi_DATA) \


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