Added LCXX_END_LIBS to calc

This commit is contained in:
Harry Moffat 2009-07-24 01:59:22 +00:00
parent a826141bd8
commit 5262bc22a4
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ FORT = @F77@
FORT_FLAGS = @FFLAGS@
# Fortran libraries
FORT_LIBS = @LCXX_FLIBS@ @FLIBS@
FORT_LIBS = @LCXX_FLIBS@ @LCXX_END_LIBS@ @FLIBS@
# the C++ compiler
CXX = @CXX@

View file

@ -22,7 +22,7 @@ FORT = @F77@
FORT_FLAGS = @FFLAGS@
# Fortran libraries
FORT_LIBS = @LCXX_FLIBS@ @FLIBS@
FORT_LIBS = @LCXX_FLIBS@ @FLIBS@ @LCXX_END_LIBS@
# the C++ compiler
CXX = @CXX@