diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-04-19 15:13:40 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-04-19 15:13:40 (GMT) |
commit | 8079dd882014f6f6be6d6274fcbba06bc034b7b0 (patch) | |
tree | 5c6445f5d45a8af1de3a9fb7acf6e145a4a12aa6 /c++/Makefile.am | |
parent | 639e5908b3ff2537b7f8b9e463d6fa002bf6933d (diff) | |
download | hdf5-8079dd882014f6f6be6d6274fcbba06bc034b7b0.zip hdf5-8079dd882014f6f6be6d6274fcbba06bc034b7b0.tar.gz hdf5-8079dd882014f6f6be6d6274fcbba06bc034b7b0.tar.bz2 |
[svn-r10631] Purpose:
Cleanup
Description:
C++ src and test directories weren't being distcleaned when C++ wasn't
configured.
Platforms tested:
mir
Diffstat (limited to 'c++/Makefile.am')
-rw-r--r-- | c++/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/Makefile.am b/c++/Makefile.am index 98241cc..a64a215 100644 --- a/c++/Makefile.am +++ b/c++/Makefile.am @@ -23,7 +23,7 @@ include $(top_srcdir)/config/commence.am if BUILD_CXX_CONDITIONAL SUBDIRS=src test endif -DIST_SUBDIRS = $(SUBDIRS) examples +DIST_SUBDIRS = src test examples # Clean and mostlyclean need to recurse into examples directory clean-local: |