mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
Modified ocprint to not install.
This commit is contained in:
parent
ed1b7089db
commit
16bc7d63f6
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user