Fixed an error in the makefile

This commit is contained in:
Harry Moffat 2009-08-22 20:35:27 +00:00
parent 9920095864
commit 32086af0f3

View file

@ -48,7 +48,7 @@ LCXX_END_LIBS = @LCXX_END_LIBS@
CANTERA_LIBDIR=@buildlib@
# required Cantera libraries
CANTERA_LIBS = @LOCAL_LIBS@ -lctcxx
CANTERA_LIBS = -L$(CANTERA_LIBDIR) @LOCAL_LIBS@ -lctcxx
# the directory where Cantera include files may be found.
CANTERA_INCDIR=@ctroot@/build/include/cantera