summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2006-02-06 16:11:48 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2006-02-06 16:11:48 (GMT)
commit35c1f3682e1f41c716ddc1c55ff66f33574b2460 (patch)
tree901bcb5dd8d4e67d06ee05e4d03ccaa1f80fc7f7 /Makefile.am
parent54956412967b86c64a58f775cf67573ca4a55bc1 (diff)
downloadhdf5-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.am')
-rwxr-xr-xMakefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index b6c00fe..ae8b9d3 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -71,9 +71,10 @@ else
HDF5_HL_DIR=
endif
-SUBDIRS = src test $(TESTPARALLEL_DIR) tools . $(CXX_DIR) $(FORTRAN_DIR) \
- $(HDF5_HL_DIR)
-DIST_SUBDIRS = src test testpar tools . c++ fortran hl perform examples
+SUBDIRS = src test $(TESTPARALLEL_DIR) $(HDF5_HL_DIR) tools . $(CXX_DIR) \
+ $(FORTRAN_DIR)
+
+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