From 5a0c6ad206aaf1ac26139a651c3612d500e6857c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Thu, 16 Jun 2022 20:41:53 +0200
Subject: [PATCH] Build system update following header split

---
 src/Makefile.am | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 3249a0e5..d3b4bcc2 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
-- 
GitLab