diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-02-06 16:11:48 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-02-06 16:11:48 (GMT) |
commit | 35c1f3682e1f41c716ddc1c55ff66f33574b2460 (patch) | |
tree | 901bcb5dd8d4e67d06ee05e4d03ccaa1f80fc7f7 /Makefile.in | |
parent | 54956412967b86c64a58f775cf67573ca4a55bc1 (diff) | |
download | hdf5-35c1f3682e1f41c716ddc1c55ff66f33574b2460.zip hdf5-35c1f3682e1f41c716ddc1c55ff66f33574b2460.tar.gz hdf5-35c1f3682e1f41c716ddc1c55ff66f33574b2460.tar.bz2 |
[svn-r11918] Purpose:
bug fix , bugzilla bug #1
Description:
the gif2h5 was not writing HDF5 images correctly
Solution:
use the Image API to write the image, rewrote the writing functionY
Platforms tested:
linux
solaris
Misc. update:
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index bfdd58f..45373df 100644 --- a/Makefile.in +++ b/Makefile.in @@ -359,10 +359,10 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog @BUILD_FORTRAN_CONDITIONAL_TRUE@FORTRAN_DIR = fortran @BUILD_HDF5_HL_CONDITIONAL_FALSE@HDF5_HL_DIR = @BUILD_HDF5_HL_CONDITIONAL_TRUE@HDF5_HL_DIR = hl -SUBDIRS = src test $(TESTPARALLEL_DIR) tools . $(CXX_DIR) $(FORTRAN_DIR) \ - $(HDF5_HL_DIR) +SUBDIRS = src test $(TESTPARALLEL_DIR) $(HDF5_HL_DIR) tools . $(CXX_DIR) \ + $(FORTRAN_DIR) -DIST_SUBDIRS = src test testpar tools . c++ fortran hl perform examples +DIST_SUBDIRS = src test testpar hl tools . c++ fortran perform examples # Some files generated during configure that should be cleaned DISTCLEANFILES = src/H5config.h src/H5pubconf.h config/stamp1 config/stamp2 |