Modified ocprint to not install.

This commit is contained in:
Ward Fisher 2018-08-01 14:27:09 -06:00
parent ed1b7089db
commit 16bc7d63f6

View File

@ -11,7 +11,7 @@
# Put together AM_CPPFLAGS and AM_LDFLAGS.
include $(top_srcdir)/lib_flags.am
LDADD = ${top_builddir}/liblib/libnetcdf.la
noinst_PROGRAMS=
# Note which tests depend on other tests. Necessary for make -j check.
TEST_EXTENSIONS = .sh
XFAIL_TESTS=""
@ -30,7 +30,7 @@ utils.h utils.c dimmap.h dimmap.c list.c list.h
# A simple netcdf-4 metadata -> xml printer. Do not install.
if USE_NETCDF4
noinst_PROGRAMS = nc4print
noinst_PROGRAMS += nc4print
nc4print_SOURCES = nc4print.c
endif