Fixed an error from a previous commit.

This commit is contained in:
Harry Moffat 2009-08-22 21:18:16 +00:00
parent a1be078db2
commit 56c6a578e5

View file

@ -64,7 +64,7 @@ CANTERA_LIBDIR=@ct_libdir@
endif
# required Cantera libraries
CANTERA_LIBS = -L$(CANTERA_LIBS) @LOCAL_LIBS@ -lctcxx
CANTERA_LIBS = -L$(CANTERA_LIBDIR) @LOCAL_LIBS@ -lctcxx
ifeq ($(in_CanteraBuildTree),1)
CANTERA_LIBS_DEP = @LOCAL_LIBS_DEP@ $(CANTERA_LIBDIR)/libctcxx.a