From 00a3949151e3849dd9e2fbd57aa651d052853bf6 Mon Sep 17 00:00:00 2001 From: Howard Soh Date: Tue, 17 Dec 2024 18:40:21 +0000 Subject: [PATCH] #3007 Added vx_ioda --- src/tools/other/ioda2nc/Makefile.am | 1 + src/tools/other/ioda2nc/Makefile.in | 1 + 2 files changed, 2 insertions(+) diff --git a/src/tools/other/ioda2nc/Makefile.am b/src/tools/other/ioda2nc/Makefile.am index 9694454dac..2f3d4a96e5 100644 --- a/src/tools/other/ioda2nc/Makefile.am +++ b/src/tools/other/ioda2nc/Makefile.am @@ -27,6 +27,7 @@ ioda2nc_LDADD = -lvx_stat_out \ -lvx_data2d_nc_cf \ $(UGRID_MET_LIBS) \ $(PYTHON_MET_LIBS) \ + -lvx_ioda \ -lvx_data2d \ -lvx_nc_obs \ -lvx_nc_util \ diff --git a/src/tools/other/ioda2nc/Makefile.in b/src/tools/other/ioda2nc/Makefile.in index cff7fbea89..9b73a95da2 100644 --- a/src/tools/other/ioda2nc/Makefile.in +++ b/src/tools/other/ioda2nc/Makefile.in @@ -361,6 +361,7 @@ ioda2nc_LDADD = -lvx_stat_out \ -lvx_data2d_nc_cf \ $(UGRID_MET_LIBS) \ $(PYTHON_MET_LIBS) \ + -lvx_ioda \ -lvx_data2d \ -lvx_nc_obs \ -lvx_nc_util \