diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-08-23 16:07:43 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-08-23 16:07:43 (GMT) |
commit | 1f8fb63581b72b1618e0540032ca5f3d682ebcb2 (patch) | |
tree | c051f004c36a19e8ba42088d45c605cc1533eb5c /hl/examples/Makefile.am | |
parent | cac6687a6a4adcfff526d91f3b57671089ef10b5 (diff) | |
download | hdf5-1f8fb63581b72b1618e0540032ca5f3d682ebcb2.zip hdf5-1f8fb63581b72b1618e0540032ca5f3d682ebcb2.tar.gz hdf5-1f8fb63581b72b1618e0540032ca5f3d682ebcb2.tar.bz2 |
[svn-r22709] HDFFV-8129: reconfigured on jam, Remove overloading of autotools TESTS var, rename configure.in to configure.ac, convert test scripts from hard *.sh to configure managed *sh.in files.
Tested: h5committest
Diffstat (limited to 'hl/examples/Makefile.am')
-rw-r--r-- | hl/examples/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hl/examples/Makefile.am b/hl/examples/Makefile.am index ae65a3b..1c51f05 100644 --- a/hl/examples/Makefile.am +++ b/hl/examples/Makefile.am @@ -22,7 +22,7 @@ include $(top_srcdir)/config/commence.am if BUILD_PARALLEL_CONDITIONAL - TEST_PROG_PARA = + EXAMPLE_PROG_PARA = endif # Example directory @@ -34,7 +34,7 @@ EXAMPLETOPDIR=${DESTDIR}$(exec_prefix)/share/hdf5_examples/hl # Don't tell automake about them, because if it knew they were programs, # it would try to compile them instead of using the h5cc script. # Use the boilerplate in config/examples.am instead. -TEST_PROG = ex_lite1 ex_lite2 ex_lite3 ptExampleFL ptExampleVL \ +EXAMPLE_PROG = ex_lite1 ex_lite2 ex_lite3 ptExampleFL ptExampleVL \ ex_image1 ex_image2 \ ex_table_01 ex_table_02 ex_table_03 ex_table_04 \ ex_table_05 ex_table_06 ex_table_07 ex_table_08 \ |