From 3b704d0635e5b86d21278e4711531e276b2af280 Mon Sep 17 00:00:00 2001 From: Dennis Heimbigner Date: Tue, 1 Dec 2020 20:26:34 -0700 Subject: [PATCH] Fix minor Makefile.am warning --- ncdump/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ncdump/Makefile.am b/ncdump/Makefile.am index bc92d7e9b..ba75fcd06 100644 --- a/ncdump/Makefile.am +++ b/ncdump/Makefile.am @@ -53,10 +53,10 @@ endif # Used to validate nczarr chunking code. if ENABLE_NCZARR AM_CPPFLAGS += -I$(top_srcdir)/libnczarr -noinst_PROGRAMS = ncdumpchunks +noinst_PROGRAMS += ncdumpchunks else if USE_HDF5 -noinst_PROGRAMS = ncdumpchunks +noinst_PROGRAMS += ncdumpchunks endif endif ncdumpchunks_SOURCES = ncdumpchunks.c