summaryrefslogtreecommitdiffstats
path: root/c++/Makefile.in
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-04-19 15:13:40 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-04-19 15:13:40 (GMT)
commit8079dd882014f6f6be6d6274fcbba06bc034b7b0 (patch)
tree5c6445f5d45a8af1de3a9fb7acf6e145a4a12aa6 /c++/Makefile.in
parent639e5908b3ff2537b7f8b9e463d6fa002bf6933d (diff)
downloadhdf5-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.in')
-rw-r--r--c++/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/Makefile.in b/c++/Makefile.in
index 4140683..2999058 100644
--- a/c++/Makefile.in
+++ b/c++/Makefile.in
@@ -280,7 +280,7 @@ H5CC_PP = $(bindir)/h5pcc
H5FC = $(bindir)/h5fc
H5FC_PP = $(bindir)/h5pfc
@BUILD_CXX_CONDITIONAL_TRUE@SUBDIRS = src test
-DIST_SUBDIRS = $(SUBDIRS) examples
+DIST_SUBDIRS = src test 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.,