diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2013-03-21 02:25:01 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2013-03-21 02:25:01 (GMT) |
commit | 4a3e9308d80fec33fc502979bc8f4827b1d4b23f (patch) | |
tree | a3a6fa4bb40c9f5fce3818a3ffc91ef86ca4e7ff /perform | |
parent | 35b3615896a680defc68b7c308e5a50c15795121 (diff) | |
download | hdf5-4a3e9308d80fec33fc502979bc8f4827b1d4b23f.zip hdf5-4a3e9308d80fec33fc502979bc8f4827b1d4b23f.tar.gz hdf5-4a3e9308d80fec33fc502979bc8f4827b1d4b23f.tar.bz2 |
[svn-r23409] fix configure magic
fix bugs
Diffstat (limited to 'perform')
-rw-r--r-- | perform/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perform/Makefile.in b/perform/Makefile.in index 1610373..8599815 100644 --- a/perform/Makefile.in +++ b/perform/Makefile.in @@ -294,6 +294,9 @@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MPE = @MPE@ MPI_GET_SIZE = @MPI_GET_SIZE@ +MYAXE_LIBS = @MYAXE_LIBS@ +MYIOD_LIBS = @MYIOD_LIBS@ +MYSHIPPER_LIBS = @MYSHIPPER_LIBS@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ |