From 77b9aed999bdfd4c0ea2a8375cbc5375e30db674 Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Fri, 18 Apr 2003 23:43:25 +0000 Subject: [PATCH] *** empty log message *** --- examples/cxx/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cxx/Makefile.in b/examples/cxx/Makefile.in index a01333457..d48c8660f 100755 --- a/examples/cxx/Makefile.in +++ b/examples/cxx/Makefile.in @@ -56,7 +56,7 @@ CANTERA_LIBDIR=@CANTERA_LIBDIR@ CANTERA_LIBS = # the directory where Cantera include files may be found. -CANTERA_INC=-I@ctroot/build/include/cantera +CANTERA_INC=-I@ctroot@/build/include/cantera # flags passed to the C++ compiler/linker for the linking step LCXX_FLAGS = -L$(CANTERA_LIBDIR) @CXXFLAGS@