mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-04-12 18:10:24 +08:00
took LDFLAGS out of F90 Makefile.am
This commit is contained in:
parent
fec4cdb230
commit
3a4221223f
@ -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 '+-------------------------------------------------------------+'
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user