diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2012-12-22 19:33:27 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2012-12-22 19:33:27 (GMT) |
commit | 16c2af26b6b111d7acb73111ed3a75bafc5282c5 (patch) | |
tree | 9f09488f4e53b592834ed19e246c7fa87793ffc3 /hl/c++/examples/Makefile.am | |
parent | 07df6630f1c573df0381c1fd4147ce520f9ff41c (diff) | |
download | hdf5-16c2af26b6b111d7acb73111ed3a75bafc5282c5.zip hdf5-16c2af26b6b111d7acb73111ed3a75bafc5282c5.tar.gz hdf5-16c2af26b6b111d7acb73111ed3a75bafc5282c5.tar.bz2 |
[svn-r23118] HDFFV-2686 Remove the ptExampleVL.c example from the source code
FIX: Removed files and adjusted other files accordingly.
Tested: jam (gnu)
Diffstat (limited to 'hl/c++/examples/Makefile.am')
-rw-r--r-- | hl/c++/examples/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hl/c++/examples/Makefile.am b/hl/c++/examples/Makefile.am index 5dd5a75..df15257 100644 --- a/hl/c++/examples/Makefile.am +++ b/hl/c++/examples/Makefile.am @@ -23,10 +23,10 @@ include $(top_srcdir)/config/commence.am # These are the programs that 'make all' or 'make prog' will build and # which 'make check' will run. List them in the order they should be run. -EXAMPLE_PROG=ptExampleFL ptExampleVL +EXAMPLE_PROG=ptExampleFL # These are the example files to be installed -INSTALL_FILES=ptExampleFL.cpp ptExampleVL.cpp +INSTALL_FILES=ptExampleFL.cpp INSTALL_SCRIPT_FILES = run-hlc++-ex.sh # Tell conclude.am that these are C++ tests. @@ -45,7 +45,6 @@ $(EXTRA_PROG): $(H5CPP) # will try to build them with the normal C++ compiler, not h5c++. This is # an inelegant way of solving the problem, unfortunately. ptExampleFL: ptExampleFL.cpp -ptExampleVL: ptExampleVL.cpp include $(top_srcdir)/config/examples.am include $(top_srcdir)/config/conclude.am |