[seed] libxml: Someone forgot a Makefile.am
- From: Tim Horton <hortont src gnome org>
- To: svn-commits-list gnome org
- Subject: [seed] libxml: Someone forgot a Makefile.am
- Date: Wed, 13 May 2009 21:02:06 -0400 (EDT)
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]