From 5129b0200366fe8da32a7f043f06fac2d6769e9f Mon Sep 17 00:00:00 2001 From: Seth Linden Date: Wed, 12 Oct 2022 10:11:56 -0600 Subject: [PATCH] Per issue #2036, added vx_nav to list of linked libs. SL ci-skip-all --- internal/test_util/libcode/vx_nc_util/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/test_util/libcode/vx_nc_util/Makefile.am b/internal/test_util/libcode/vx_nc_util/Makefile.am index b374eba00f..2ae67d233c 100644 --- a/internal/test_util/libcode/vx_nc_util/Makefile.am +++ b/internal/test_util/libcode/vx_nc_util/Makefile.am @@ -42,6 +42,7 @@ test_pressure_levels_LDADD = -lvx_stat_out \ -lvx_config \ -lvx_gsl_prob \ -lvx_cal \ + -lvx_nav \ -lvx_util_math \ -lvx_util \ -lvx_math \