diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-03-11 13:21:13 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-03-11 13:21:13 (GMT) |
commit | 6b6af9d5fc269b7baf2f8c5cc2646a102640168c (patch) | |
tree | 80af5961bed9aee4a1ddd0e85343e738ff6350a1 /hl/Makefile.in | |
parent | 49ae59ce6e10fc4553aa72963834fbc9ad0c1005 (diff) | |
download | hdf5-6b6af9d5fc269b7baf2f8c5cc2646a102640168c.zip hdf5-6b6af9d5fc269b7baf2f8c5cc2646a102640168c.tar.gz hdf5-6b6af9d5fc269b7baf2f8c5cc2646a102640168c.tar.bz2 |
[svn-r12076] Purpose:
Bug fix
Description:
Add the hl/fortran/examples & hl/tools directories to the list of
directories targeted by mostlyclean/clean/distclean.
Platforms tested:
FreeBSD 4.11 (sleipnir)
Too minor to require h5committest
Diffstat (limited to 'hl/Makefile.in')
-rwxr-xr-x | hl/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/Makefile.in b/hl/Makefile.in index 4a1ea4d..85cf3bb 100755 --- a/hl/Makefile.in +++ b/hl/Makefile.in @@ -317,7 +317,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog @BUILD_FORTRAN_CONDITIONAL_TRUE@FORTRAN_DIR = fortran @BUILD_CXX_CONDITIONAL_TRUE@CXX_DIR = c++ @BUILD_HDF5_HL_CONDITIONAL_TRUE@SUBDIRS = src test tools $(CXX_DIR) $(FORTRAN_DIR) -DIST_SUBDIRS = src test c++ fortran examples +DIST_SUBDIRS = src test tools c++ fortran examples # Automake needs to be taught how to build lib, progs, and tests targets. # These will be filled in automatically for the most part (e.g., |