fixed cxx makefile for DLL builds

This commit is contained in:
Ed Hartnett 2011-03-30 10:23:10 +00:00
parent 3f378c4414
commit d3ff3deb19

View File

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