From 8079dd882014f6f6be6d6274fcbba06bc034b7b0 Mon Sep 17 00:00:00 2001 From: James Laird Date: Tue, 19 Apr 2005 10:13:40 -0500 Subject: [svn-r10631] Purpose: Cleanup Description: C++ src and test directories weren't being distcleaned when C++ wasn't configured. Platforms tested: mir --- c++/Makefile.am | 2 +- c++/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 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: 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., -- cgit v0.12