Add missing Dynare++ header file to MEX builds

time-shift
Sébastien Villemot 2019-02-19 18:53:21 +01:00
parent 9512a32ad0
commit 9f4986e90e
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ INTEG_SRCS = \
$(TOPDIR)/integ/cc/precalc_quadrature.hh
UTILS_SRCS = \
$(TOPDIR)/utils/cc/exception.hh \
$(TOPDIR)/utils/cc/pascal_triangle.cc \
$(TOPDIR)/utils/cc/pascal_triangle.hh \
$(TOPDIR)/utils/cc/int_power.cc \