diff options
Diffstat (limited to 'testpar/Makefile.in')
-rw-r--r-- | testpar/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/Makefile.in b/testpar/Makefile.in index edad712..7f20fc0 100644 --- a/testpar/Makefile.in +++ b/testpar/Makefile.in @@ -27,7 +27,7 @@ DISTCLEAN=go # Test source files TEST_SRC=testphdf5.c t_dset.c t_file.c t_mpi.c -TEST_OBJ=$(TEST_SRC:.c=.o) +TEST_OBJ=$(TEST_SRC:.c=.lo) PRIVATE_HDR=testphdf5.h # How to build the tests... They all depend on the hdf5 library |