Skip to content

Commit

Permalink
Per #2106, since plot_point_obs can also plot gridded data, it should…
Browse files Browse the repository at this point in the history
… link to zlib like plot_data_plane does. Compiling with GCC 9 revealed the linker error.
  • Loading branch information
JohnHalleyGotway committed Apr 8, 2022
1 parent f5231f3 commit e8abe14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion met/src/tools/other/plot_point_obs/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ plot_point_obs_LDADD = -lvx_statistics \
-lvx_cal \
-lvx_log \
$(PYTHON_LIBS) \
-lm -lnetcdf_c++4 -lnetcdf -lgsl -lgslcblas
-lm -lz -lnetcdf_c++4 -lnetcdf -lgsl -lgslcblas
EXTRA_DIST = plot_point_obs.h \
plot_point_obs_conf_info.h

0 comments on commit e8abe14

Please sign in to comment.