diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2019-06-14 15:47:09 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2019-06-14 15:47:09 (GMT) |
commit | 3dfc80a28a9600d54a809f9d451da4ddc5f31f44 (patch) | |
tree | f5903343af54abd7b00045afb80e6597492b4e5c /Makefile.am | |
parent | 054059a30c081a88e0a2dfe05d036d617f434e55 (diff) | |
download | hdf5-3dfc80a28a9600d54a809f9d451da4ddc5f31f44.zip hdf5-3dfc80a28a9600d54a809f9d451da4ddc5f31f44.tar.gz hdf5-3dfc80a28a9600d54a809f9d451da4ddc5f31f44.tar.bz2 |
Moved h5cc.in and h5redeploy.in from tools/misc to bin directory. They
should always be built and installed whether tools are enabled or
disabled. Also added Makefile.am to bin to build h5redeploy and
to install and uninstall them. h5cc is created from h5cc.in by
configure.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index a3c4385..d96ffe3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -85,8 +85,8 @@ else TOOLS_DIR= endif -SUBDIRS = src $(TESTSERIAL_DIR) $(TESTPARALLEL_DIR) $(TOOLS_DIR) . $(CXX_DIR) \ - $(FORTRAN_DIR) $(JAVA_DIR) $(HDF5_HL_DIR) +SUBDIRS = src $(TESTSERIAL_DIR) $(TESTPARALLEL_DIR) bin $(TOOLS_DIR) . \ + $(CXX_DIR) $(FORTRAN_DIR) $(JAVA_DIR) $(HDF5_HL_DIR) DIST_SUBDIRS = src test testpar tools . c++ fortran hl examples java # Some files generated during configure that should be cleaned |