mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
fixed cxx makefile for DLL builds
This commit is contained in:
parent
3f378c4414
commit
d3ff3deb19
@ -54,9 +54,11 @@ TESTS += run_valgrind_tests.sh
|
||||
endif # USE_VALGRIND_TESTS
|
||||
|
||||
# If the utilities have been built, run these extra tests.
|
||||
if !BUILD_DLL
|
||||
if BUILD_UTILITIES
|
||||
TESTS += run_nc_tests.sh
|
||||
endif
|
||||
endif
|
||||
|
||||
AM_CPPFLAGS += -I${top_srcdir}/liblib
|
||||
AM_LDFLAGS += ${top_builddir}/liblib/libnetcdf.la @EXTERN_LDFLAGS@
|
||||
|
Loading…
Reference in New Issue
Block a user