diff options
Diffstat (limited to 'fortran/test/Makefile.am')
-rw-r--r-- | fortran/test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/Makefile.am b/fortran/test/Makefile.am index 5ad61ab..2370590 100644 --- a/fortran/test/Makefile.am +++ b/fortran/test/Makefile.am @@ -55,7 +55,7 @@ LIBADD=$(LIBH5TEST) $(LIBHDF5) $(LIBH5F) LDADD=libh5test_fortran.la $(LIBH5TEST) $(LIBH5F) $(LIBHDF5) # Temporary files -MOSTLYCLEANFILES=*.h5 *.tmp +MOSTLYCLEANFILES+=*.h5 *.tmp # Mark this directory as part of the Fortran API (this affects output # from tests in conclude.am) |