diff --git a/src/Makefile.am b/src/Makefile.am index 3249a0e59c9d7d45a063f3171455b3b682c3cf59..d3b4bcc2665095702c9637148700bae0c9043929 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -46,7 +46,7 @@ dynare_preprocessor_SOURCES = \ VariableDependencyGraph.hh \ DynareMain.cc \ MacroExpandModFile.cc \ - CodeInterpreter.hh \ + Bytecode.hh \ ExternalFunctionsTable.cc \ ExternalFunctionsTable.hh \ ModelEquationBlock.hh \ @@ -55,7 +55,8 @@ dynare_preprocessor_SOURCES = \ WarningConsolidation.cc \ ExtendedPreprocessorTypes.hh \ SubModel.cc \ - SubModel.hh + SubModel.hh \ + CommonEnums.hh ACLOCAL_AMFLAGS = -I m4