link to correct library

This commit is contained in:
Ed Hartnett 2011-03-21 17:16:50 +00:00
parent 687beb0261
commit 5e3bc9dc3d

View File

@ -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