diff options
Diffstat (limited to 'c++')
-rw-r--r-- | c++/examples/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/examples/Makefile.in b/c++/examples/Makefile.in index f767c35..3d5bf55 100644 --- a/c++/examples/Makefile.in +++ b/c++/examples/Makefile.in @@ -22,7 +22,7 @@ LIBHDF5=$(hdf5_builddir)/libhdf5.la ## for building automatic dependencies. TEST_SRC=compound.C h5group.C create.C readdata.C chunks.C extend_ds.C \ writedata.C -TEST_OBJ=$(TEST_SRC:.f90=.lo) +TEST_OBJ=$(TEST_SRC:.C=.lo) ## These are the programs that `make all' or `make tests' will build and which ## `make check' will run. List them in the order they should be run. |