mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r10631] Purpose:
Cleanup Description: C++ src and test directories weren't being distcleaned when C++ wasn't configured. Platforms tested: mir
This commit is contained in:
parent
639e5908b3
commit
8079dd8820
@ -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:
|
||||
|
@ -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.,
|
||||
|
Loading…
Reference in New Issue
Block a user