diff options
author | James Laird <jlaird@hdfgroup.org> | 2006-05-23 21:10:23 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2006-05-23 21:10:23 (GMT) |
commit | 7ad4792c50a17afacb920a04f80a23d3fe2dde4a (patch) | |
tree | 91fe7ca1d471fe0448f859cd4f7b7319ba05f268 /Makefile.am | |
parent | 804b85f80e4dcf5dae4bc28361df0678dcd691b9 (diff) | |
download | hdf5-7ad4792c50a17afacb920a04f80a23d3fe2dde4a.zip hdf5-7ad4792c50a17afacb920a04f80a23d3fe2dde4a.tar.gz hdf5-7ad4792c50a17afacb920a04f80a23d3fe2dde4a.tar.bz2 |
[svn-r12372] Purpose:
Makefile cleanup
Description:
Cleaned up where files were distcleaned
Platforms tested:
mir (change only affects distclean)
Diffstat (limited to 'Makefile.am')
-rwxr-xr-x | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 45d1982..644c2c6 100755 --- a/Makefile.am +++ b/Makefile.am @@ -76,7 +76,7 @@ SUBDIRS = src test $(TESTPARALLEL_DIR) tools . $(CXX_DIR) $(FORTRAN_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 +DISTCLEANFILES=config/stamp1 config/stamp2 # Define rules for lib, progs, check, and tests. # These simply involve recursing into subdirectories. |