mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-31 17:50:26 +08:00
typo
This commit is contained in:
parent
487df99c08
commit
8037b45f71
@ -1,4 +1,4 @@
|
||||
.#!/bin/sh
|
||||
#!/bin/sh
|
||||
|
||||
if test "x$srcdir" = x ; then srcdir=`pwd`; fi
|
||||
. ../test_common.sh
|
||||
|
@ -59,10 +59,6 @@ lib__nch5shuffle_la_LDFLAGS = ${plugin_version_info}
|
||||
lib__nch5deflate_la_LDFLAGS = ${plugin_version_info}
|
||||
lib__nch5fletcher32_la_LDFLAGS = ${plugin_version_info}
|
||||
|
||||
libh5shuffle_la_LDFLAGS = ${plugin_version_info}
|
||||
libh5deflate_la_LDFLAGS = ${plugin_version_info}
|
||||
libh5fletcher32_la_LDFLAGS = ${plugin_version_info}
|
||||
|
||||
# Need our version of szip if libsz available and we are not using HDF5
|
||||
if HAVE_SZ
|
||||
plugin_LTLIBRARIES += lib__nch5szip.la
|
||||
@ -81,9 +77,6 @@ lib__nczhdf5filters_la_SOURCES = NCZhdf5filters.c
|
||||
plugin_LTLIBRARIES += lib__nczhdf5filters.la
|
||||
plugin_LTLIBRARIES += lib__nczstdfilters.la
|
||||
|
||||
plugin_LTLIBRARIES += libnczhdf5filters.la
|
||||
plugin_LTLIBRARIES += libnczstdfilters.la
|
||||
|
||||
if HAVE_BLOSC
|
||||
lib__nch5blosc_la_SOURCES = H5Zblosc.c H5Zblosc.h
|
||||
lib__nch5blosc_la_LDFLAGS = ${plugin_version_info}
|
||||
|
Loading…
x
Reference in New Issue
Block a user