diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2013-04-12 23:11:16 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2013-04-12 23:11:16 (GMT) |
commit | 12e8b52917ad7ecb027506b5f6231c2f4e8a164e (patch) | |
tree | 74ec6e0071c145de3d0c0edcc3093a09e1c8c1d1 /tools/misc | |
parent | 18bee91d73cc4dbc1024f8c92172a417e1669bc6 (diff) | |
download | hdf5-12e8b52917ad7ecb027506b5f6231c2f4e8a164e.zip hdf5-12e8b52917ad7ecb027506b5f6231c2f4e8a164e.tar.gz hdf5-12e8b52917ad7ecb027506b5f6231c2f4e8a164e.tar.bz2 |
[svn-r23583] update the encoding/decoding part of the IOD plugin
- complete overhaul to use FS proc macros
- remove dead code
Rename FS routines to HG and update configure magic and makefiles
Many bug fixes
Diffstat (limited to 'tools/misc')
-rw-r--r-- | tools/misc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/Makefile.in b/tools/misc/Makefile.in index b40ddd8..37a5cd8 100644 --- a/tools/misc/Makefile.in +++ b/tools/misc/Makefile.in @@ -318,7 +318,7 @@ MPE = @MPE@ MPI_GET_SIZE = @MPI_GET_SIZE@ MYAXE_LIBS = @MYAXE_LIBS@ MYIOD_LIBS = @MYIOD_LIBS@ -MYSHIPPER_LIBS = @MYSHIPPER_LIBS@ +MYMERCURY_LIBS = @MYMERCURY_LIBS@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ |