mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-25 17:40:27 +08:00
Correct the accidental removal of NOUNDEFINED, as reported in https://github.com/Unidata/netcdf-c/issues/2196
This commit is contained in:
parent
8b328d1207
commit
2e34d6085f
@ -18,10 +18,10 @@ lib_LTLIBRARIES = libnetcdf.la
|
||||
# for information regarding incrementing `-version-info`.
|
||||
##
|
||||
|
||||
libnetcdf_la_LDFLAGS = -version-info 19:1:0
|
||||
libnetcdf_la_LDFLAGS = -version-info 19:1:0 ${NOUNDEFINED}
|
||||
|
||||
libnetcdf_la_CPPFLAGS = ${AM_CPPFLAGS}
|
||||
libnetcdf_la_LIBADD =
|
||||
libnetcdf_la_LIBADD =
|
||||
CLEANFILES =
|
||||
|
||||
# The v2 API...
|
||||
|
Loading…
x
Reference in New Issue
Block a user