diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-07-24 21:43:59 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-07-24 21:43:59 (GMT) |
commit | 712c226038212283ffeefad494538d30cf767eef (patch) | |
tree | ae197744810ab7d438f00d5bc69a9f320a5ed2e0 /src/Makefile.am | |
parent | decf1830efac293971cf7119c15fc1c9993263e9 (diff) | |
download | hdf5-712c226038212283ffeefad494538d30cf767eef.zip hdf5-712c226038212283ffeefad494538d30cf767eef.tar.gz hdf5-712c226038212283ffeefad494538d30cf767eef.tar.bz2 |
[svn-r14010] Description:
Fix problem with dataspace messages where the version of the format
for a dataspace message could depend on the "use the latest format" flag from
the file after it was initially created.
Also, move debuging routine into separate file.
Tested on:
FreeBSD/32 6.2 (duty)
FreeBSD/64 6.2 (liberty)
Linux/32 2.6 (kagiso)
Mac OS X/32 10.4.10 (amazon)
Solaris/32 2.10 (linew)
Diffstat (limited to 'src/Makefile.am')
-rwxr-xr-x | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a00dc05..a07892f 100755 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -76,7 +76,8 @@ libhdf5_la_SOURCES= H5.c H5checksum.c H5dbg.c H5system.c H5timer.c H5trace.c \ H5Pgcpl.c \ H5Plapl.c H5Plcpl.c H5Pocpl.c H5Pocpypl.c H5Pstrcpl.c H5Ptest.c \ H5R.c H5RC.c \ - H5RS.c H5S.c H5Sall.c H5Shyper.c H5Smpio.c H5Snone.c H5Spoint.c \ + H5RS.c \ + H5S.c H5Sall.c H5Sdbg.c H5Shyper.c H5Smpio.c H5Snone.c H5Spoint.c \ H5Sselect.c H5Stest.c H5SL.c H5SM.c H5SMbtree2.c \ H5SMcache.c H5SMtest.c H5ST.c \ H5T.c H5Tarray.c H5Tbit.c H5Tcommit.c H5Tcompound.c H5Tconv.c \ |