[seed] libxml: Someone forgot a Makefile.am



commit ab31a816b2327a83cb6d3afcd983c96b06efbd70
Author: Tim Horton <hortont svn gnome org>
Date:   Wed May 13 21:01:50 2009 -0400

    libxml: Someone forgot a Makefile.am
---
 examples/xml/Makefile.am |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/examples/xml/Makefile.am b/examples/xml/Makefile.am
new file mode 100644
index 0000000..8a0d4eb
--- /dev/null
+++ b/examples/xml/Makefile.am
@@ -0,0 +1,15 @@
+if BUILD_SEED_EXAMPLES
+xmldir=$(datadir)/doc/seed/examples/xml
+xml_DATA = \
+	sample.xml \
+	xml-dom.js \
+	xml-tree.js \
+	xml-xpath.js
+endif
+
+EXTRA_DIST = \
+	sample.xml \
+	xml-dom.js \
+	xml-tree.js \
+	xml-xpath.js
+



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