diff --git a/Cantera/src/converters/Makefile.in b/Cantera/src/converters/Makefile.in index 0799f8ac5..b422a5ccc 100644 --- a/Cantera/src/converters/Makefile.in +++ b/Cantera/src/converters/Makefile.in @@ -20,7 +20,7 @@ PIC_FLAG=@PIC@ CXX_FLAGS = @CXXFLAGS@ $(CXX_OPT) $(PIC_FLAG) OBJS = atomicWeightDB.o CKParser.o CKReader.o Reaction.o ckr_utils.o \ - thermoFunctions.o writelog.o ck2ct.o Species.o + thermoFunctions.o writelog.o ck2ct.o Species.o NASA9Parser.o # ck2ctml.o CONV_H = CKReader.h thermoFunctions.h \ Element.h Reaction.h CKParser.h \