From c2c3d21d9edda5dfd7e2ec39d3276a0d1931f824 Mon Sep 17 00:00:00 2001 From: John Halley-Gotway Date: Fri, 10 Apr 2020 12:38:23 -0600 Subject: [PATCH] Per #1293, adding DataPlane::convert() adds a new dependency for -lvx_util on -lvx_config. Had to add -lvx_config to the Makefile for plot_mode_field. --- met/src/tools/other/mode_graphics/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/met/src/tools/other/mode_graphics/Makefile.am b/met/src/tools/other/mode_graphics/Makefile.am index 0d312cd3b9..b360dbfb55 100644 --- a/met/src/tools/other/mode_graphics/Makefile.am +++ b/met/src/tools/other/mode_graphics/Makefile.am @@ -35,6 +35,7 @@ plot_mode_field_LDADD = -lvx_config \ -lvx_render \ -lvx_color \ -lvx_util \ + -lvx_config \ -lvx_cal \ -lvx_log \ -lvx_math \