summaryrefslogtreecommitdiffstats
path: root/examples/Makefile.in
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2012-05-01 22:09:11 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2012-05-01 22:09:11 (GMT)
commitaf34693d8c102d2f260a33628b7f8838db7cc104 (patch)
treef39a41051e1fb18ada6a94973928bff941db744f /examples/Makefile.in
parent9a5073a8f3482f1ee257d48b05acbe5fd13a42b0 (diff)
downloadhdf5-af34693d8c102d2f260a33628b7f8838db7cc104.zip
hdf5-af34693d8c102d2f260a33628b7f8838db7cc104.tar.gz
hdf5-af34693d8c102d2f260a33628b7f8838db7cc104.tar.bz2
[svn-r22329] Add examples/README file to be installed with examples.
It was in hdf5 v1.8.8, but not checked into the 1.8 branch. :Text file only, but tested with h5committest.
Diffstat (limited to 'examples/Makefile.in')
-rw-r--r--examples/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Makefile.in b/examples/Makefile.in
index 597e6de..774fea1 100644
--- a/examples/Makefile.in
+++ b/examples/Makefile.in
@@ -54,7 +54,7 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
$(srcdir)/run-c-ex.sh.in $(srcdir)/testh5cc.sh.in \
$(top_srcdir)/config/commence.am \
$(top_srcdir)/config/conclude.am \
@@ -382,6 +382,7 @@ INSTALL_FILES = h5_write.c h5_read.c h5_extend_write.c h5_chunk_read.c \
INSTALL_SCRIPT_FILES = run-c-ex.sh
INSTALL_TOP_SCRIPT_FILES = run-all-ex.sh
+INSTALL_TOP_FILES = README
# The external link examples demonstrate how to use paths; they need
# directories to be created to do this.