diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 1b93783..f4a7303 100644 --- a/Makefile.in +++ b/Makefile.in @@ -26,7 +26,7 @@ srcdir=@srcdir@ # TESTPARALLEL must be after test since it uses libtest.a. Putting it # before tools allows parallel tests to run sooner. # HL must be last because it might depend on the FORTRAN library -SUBDIRS=src test @TESTPARALLEL@ tools @PABLO@ @HDF5_INTERFACES@ @HL@ +SUBDIRS=src test @TESTPARALLEL@ tools @HDF5_INTERFACES@ @HL@ ############################################################################## ## T A R G E T S |