diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2005-01-06 19:04:15 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2005-01-06 19:04:15 (GMT) |
commit | ad633eafcc9f1961bcd56d0508263caf9931b3b0 (patch) | |
tree | b99b65a80700e9a982bf2fc76f636bd9aefae960 /src/Makefile.in | |
parent | 48822308a7e5f25f203c99e3da13dac585b90b02 (diff) | |
download | hdf5-ad633eafcc9f1961bcd56d0508263caf9931b3b0.zip hdf5-ad633eafcc9f1961bcd56d0508263caf9931b3b0.tar.gz hdf5-ad633eafcc9f1961bcd56d0508263caf9931b3b0.tar.bz2 |
[svn-r9758] Purpose:
Adding framework of N-bit filter
Description:
N-bit filter is required for NetCDF project.
To add N-bit filter, configure.in configure, Makefile.in under src and other
filter-related source code needs to be updated.
Currently, N-bit tests are turned off from the library. So the change will affect daily test.
Solution:
Platforms tested:
sol 2.7, linux 2.4, aix 5.1
Misc. update:
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 972b2d4..5e1b653 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -48,7 +48,7 @@ LIB_SRC=H5.c H5A.c H5AC.c H5B.c H5C.c H5D.c H5Dcontig.c H5Dcompact.c H5Defl.c \ H5Tfixed.c H5Tfloat.c H5Tinit.c H5Tnative.c H5Toffset.c H5Topaque.c \ H5Torder.c H5Tpad.c H5Tprecis.c H5Tstrpad.c H5Tvlen.c H5TB.c H5TS.c \ H5V.c H5Z.c H5Zdeflate.c H5Zfletcher32.c H5Zshuffle.c H5Zszip.c \ - H5Ztrans.c + H5Znbit.c H5Ztrans.c LIB_OBJ=$(LIB_SRC:.c=.lo) |