added math library

This commit is contained in:
Ed Hartnett 2011-03-18 12:20:13 +00:00
parent cee776c836
commit d334706ffe

View File

@ -34,7 +34,7 @@ libnetcdf4_la_LIBADD += -lpnetcdf
endif # USE_PNETCDF
# Always link to hdf5_hl, hdf5, and z.
libnetcdf4_la_LIBADD += -lhdf5_hl -lhdf5 -lz
libnetcdf4_la_LIBADD += -lhdf5_hl -lhdf5 -lz -lm
# This turns on declspec magic in netcdf.h for windows DLLs.
if BUILD_DLL