mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-12 15:45:21 +08:00
link to correct library
This commit is contained in:
parent
687beb0261
commit
5e3bc9dc3d
@ -70,7 +70,7 @@ lib_LTLIBRARIES = libnetcdf_c++.la
|
||||
libnetcdf_c___la_SOURCES = netcdf.cpp ncvalues.cpp
|
||||
libnetcdf_c___la_LDFLAGS = -version-number 4:1:0
|
||||
libnetcdf_c___la_CPPFLAGS = ${AM_CPPFLAGS}
|
||||
libnetcdf_c__4_la_LIBADD = $(top_builddir)/libsrc4/libnetcdf.la
|
||||
libnetcdf_c__4_la_LIBADD = $(top_builddir)/liblib/libnetcdf.la
|
||||
|
||||
# If we are building the dll (under MinGW) then set the correct flags.
|
||||
if BUILD_DLL
|
||||
|
Loading…
Reference in New Issue
Block a user