Commits
Greg Sjaardema committed 26779a9e495
Add local include paths first If a netcdf.h include file exists in any of the include paths specified for HDF5 or other libraries, it was being included instead of the local netcdf.h file in the source directory since the local include paths were added at the end of the compile line instead of at the beginning. This commit puts the local include paths at the beginning of the compile line