From 2b0dc25e6785228d744f4290958df3f31eb137d9 Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Sun, 26 Feb 2023 20:28:21 -0700 Subject: [PATCH] Per #2469, adding met_header_columns_V11.1.txt to the Makefile so that its included in the installation directory. --- data/table_files/Makefile.am | 1 + data/table_files/Makefile.in | 1 + 2 files changed, 2 insertions(+) diff --git a/data/table_files/Makefile.am b/data/table_files/Makefile.am index 1001e52387..6e0d4c67a4 100644 --- a/data/table_files/Makefile.am +++ b/data/table_files/Makefile.am @@ -19,6 +19,7 @@ tablefilesdir = $(pkgdatadir)/table_files tablefiles_DATA = \ + met_header_columns_V11.1.txt \ met_header_columns_V11.0.txt \ met_header_columns_V10.1.txt \ met_header_columns_V10.0.txt \ diff --git a/data/table_files/Makefile.in b/data/table_files/Makefile.in index e64044a945..eae29c4d41 100644 --- a/data/table_files/Makefile.in +++ b/data/table_files/Makefile.in @@ -296,6 +296,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ tablefilesdir = $(pkgdatadir)/table_files tablefiles_DATA = \ + met_header_columns_V11.1.txt \ met_header_columns_V11.0.txt \ met_header_columns_V10.1.txt \ met_header_columns_V10.0.txt \