Build system update following header split

master
Sébastien Villemot 2022-06-16 20:41:53 +02:00
parent a85730313c
commit 5a0c6ad206
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 3 additions and 2 deletions

View File

@ -46,7 +46,7 @@ dynare_preprocessor_SOURCES = \
VariableDependencyGraph.hh \ VariableDependencyGraph.hh \
DynareMain.cc \ DynareMain.cc \
MacroExpandModFile.cc \ MacroExpandModFile.cc \
CodeInterpreter.hh \ Bytecode.hh \
ExternalFunctionsTable.cc \ ExternalFunctionsTable.cc \
ExternalFunctionsTable.hh \ ExternalFunctionsTable.hh \
ModelEquationBlock.hh \ ModelEquationBlock.hh \
@ -55,7 +55,8 @@ dynare_preprocessor_SOURCES = \
WarningConsolidation.cc \ WarningConsolidation.cc \
ExtendedPreprocessorTypes.hh \ ExtendedPreprocessorTypes.hh \
SubModel.cc \ SubModel.cc \
SubModel.hh SubModel.hh \
CommonEnums.hh
ACLOCAL_AMFLAGS = -I m4 ACLOCAL_AMFLAGS = -I m4