mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
0f125bf0fc
Bug Fix (Bug #806) Description: When compiling/installing with the command "make install" (without performing a "make" beforehand) the tools weren't being made. This was because the `install' command in the Makefiles only relied upon public libraries, not private ones (which the one in the tools directory is). Solution: Had the `install' command be dependent upon an "AUX_LIB" macro which includes libraries which are needed but aren't distributed (that is, they're staticly compiled). Platforms tested: Linux |
||
---|---|---|
.. | ||
gifconv | ||
h5diff | ||
h5dump | ||
h5ls | ||
lib | ||
misc | ||
testfiles | ||
Dependencies | ||
Makefile.in |