diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2002-10-09 21:25:48 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2002-10-09 21:25:48 (GMT) |
commit | 2ac05ce9dc4774f96cc3ed19e0b6ec8afb59fddc (patch) | |
tree | fa1b84ab7897d96c91f6d5913d979433c3633223 /tools | |
parent | d49f76ace993ef06a9dcea24f38d920f8df48858 (diff) | |
download | hdf5-2ac05ce9dc4774f96cc3ed19e0b6ec8afb59fddc.zip hdf5-2ac05ce9dc4774f96cc3ed19e0b6ec8afb59fddc.tar.gz hdf5-2ac05ce9dc4774f96cc3ed19e0b6ec8afb59fddc.tar.bz2 |
[svn-r5973] Purpose:
added h5fiff to configure and makefiles
Platforms tested:
linux 2.4.18
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index 00a385d..a5bc2c1 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -10,7 +10,7 @@ srcdir=@srcdir@ ## All subdirectories except for the ``lib'' subdirectory. ## -SUBDIRS=h5dump h5ls misc gifconv +SUBDIRS=h5dump h5diff h5ls misc gifconv @COMMENCE@ |