added -lm to please fedore netcdf package maintainer

This commit is contained in:
Ed Hartnett 2011-01-31 11:40:56 +00:00
parent be6f296501
commit cdd254c983

View File

@ -78,7 +78,7 @@ if USE_HDF4
LDADD += -lmfhdf -ldf -ljpeg
endif # USE_HDF4
LDADD += -lhdf5_hl -lhdf5 -lz
LDADD += -lhdf5_hl -lhdf5 -lz -lm
if USE_PNETCDF
LDADD += -lpnetcdf