diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2014-06-17 14:50:49 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2014-06-17 14:50:49 (GMT) |
commit | 0b75068901014374b3aa55367541b3be56ccc815 (patch) | |
tree | 6ffe731c214dd0b1c13644cf0ea3e92b04e33133 /hl/src/Makefile.in | |
parent | 890a76ea64b55724cf8354dcfd1e5566c5ba6c31 (diff) | |
download | hdf5-0b75068901014374b3aa55367541b3be56ccc815.zip hdf5-0b75068901014374b3aa55367541b3be56ccc815.tar.gz hdf5-0b75068901014374b3aa55367541b3be56ccc815.tar.bz2 |
[svn-r25302] Add nounistd option to flex command for windows caompatibility
Diffstat (limited to 'hl/src/Makefile.in')
-rw-r--r-- | hl/src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/src/Makefile.in b/hl/src/Makefile.in index beb0e85..dc575e1 100644 --- a/hl/src/Makefile.in +++ b/hl/src/Makefile.in @@ -670,7 +670,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. LT_VERS_INTERFACE = 6 -LT_VERS_REVISION = 175 +LT_VERS_REVISION = 174 LT_VERS_AGE = 0 # This library is our main target. |