summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MANIFEST2
-rw-r--r--examples/CMakeLists.txt2
-rw-r--r--examples/run-c-ex.sh.in4
3 files changed, 4 insertions, 4 deletions
diff --git a/MANIFEST b/MANIFEST
index 53f4f74..5864eec 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -150,7 +150,7 @@
./examples/h5_ref2reg.c
./examples/h5_shared_mesg.c
./examples/ph5example.c
-./examples/h5_external_log_native_vol.c
+./examples/h5_vol_external_log_native.c
./examples/testh5cc.sh.in
./examples/README
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index a97b982..318417d 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -34,7 +34,7 @@ set (examples
h5_extlink
h5_elink_unix2win
h5_shared_mesg
- h5_external_log_native_vol
+ h5_vol_external_log_native
)
foreach (example ${examples})
diff --git a/examples/run-c-ex.sh.in b/examples/run-c-ex.sh.in
index 59c4338..142d02f 100644
--- a/examples/run-c-ex.sh.in
+++ b/examples/run-c-ex.sh.in
@@ -126,8 +126,8 @@ then
rm h5_elink_unix2win &&\
RunTest h5_shared_mesg &&\
rm h5_shared_mesg)&&\
- RunTest h5_external_log_native_vol &&\
- rm h5_external_log_native_vol; then
+ RunTest h5_vol_external_log_native &&\
+ rm h5_vol_external_log_native; then
EXIT_VALUE=${EXIT_SUCCESS}
else
EXIT_VALUE=${EXIT_FAILURE}