From 3a4221223fb070fa1f09d25b4ab5af1a6c8466b6 Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Fri, 13 May 2011 18:40:04 +0000 Subject: [PATCH] took LDFLAGS out of F90 Makefile.am --- Makefile.am | 3 +++ f90/Makefile.am | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 46c2fa94d..9855fefcf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -201,6 +201,9 @@ if BUILD_DLL if BUILD_F77 cp fortran/netcdffdll.def ${prefix}/lib endif # BUILD_F77 +if BUILD_CXX + cp cxx/netcdf_c++dll.def ${prefix}/lib +endif # BUILD_CXX endif # BUILD_DLL @echo '' @echo '+-------------------------------------------------------------+' diff --git a/f90/Makefile.am b/f90/Makefile.am index eb652f837..5a991d894 100644 --- a/f90/Makefile.am +++ b/f90/Makefile.am @@ -8,7 +8,7 @@ AM_FCFLAGS = AM_LDFLAGS = AM_FCFLAGS += @EXTERN_CFLAGS@ -AM_LDFLAGS += @EXTERN_LDFLAGS@ +#AM_LDFLAGS += @EXTERN_LDFLAGS@ # This is the F90 API man page. man_MANS = netcdf_f90.3