diff options
Diffstat (limited to 'Makefile.am')
-rwxr-xr-x | Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 7767ce7..f9d2e8a 100755 --- a/Makefile.am +++ b/Makefile.am @@ -71,10 +71,9 @@ else HDF5_HL_DIR= endif -SUBDIRS = src test $(TESTPARALLEL_DIR) $(CXX_DIR) $(FORTRAN_DIR) \ - $(HDF5_HL_DIR) tools . - -DIST_SUBDIRS = src test testpar hl tools . c++ fortran perform examples +SUBDIRS = src test $(TESTPARALLEL_DIR) tools . $(CXX_DIR) $(FORTRAN_DIR) \ + $(HDF5_HL_DIR) +DIST_SUBDIRS = src test testpar tools . c++ fortran hl perform examples # Some files generated during configure that should be cleaned DISTCLEANFILES=src/H5config.h src/H5pubconf.h config/stamp1 config/stamp2 |