diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-10-27 15:03:22 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-10-27 15:03:22 (GMT) |
commit | b34423f620b470e1c5dc38cdd3abbd5fe8adc4ec (patch) | |
tree | a02a3c6e2eb895f6dc0a8e2f58e66f7c87a79406 /tools/Makefile.am | |
parent | b424328063646ff16877ecb7ee0132cab751da26 (diff) | |
download | hdf5-b34423f620b470e1c5dc38cdd3abbd5fe8adc4ec.zip hdf5-b34423f620b470e1c5dc38cdd3abbd5fe8adc4ec.tar.gz hdf5-b34423f620b470e1c5dc38cdd3abbd5fe8adc4ec.tar.bz2 |
Split the code into src and test
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 887c0f0..cd97069 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -24,7 +24,6 @@ include $(top_srcdir)/config/commence.am CONFIG=ordered # All subdirectories -SUBDIRS=lib h5diff h5ls h5dump misc h5import h5repack h5jam h5copy h5stat \ - h5format_convert perform +SUBDIRS=lib src test include $(top_srcdir)/config/conclude.am |