From ff4285d6fb827006830dbd05c623894f4f0c1f35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Fri, 20 Apr 2012 11:50:03 +0200 Subject: [PATCH] matio is a requirement for ms-sbvar under Octave --- mex/build/octave/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mex/build/octave/Makefile.am b/mex/build/octave/Makefile.am index 2c4a8b7ba..132ddbe15 100644 --- a/mex/build/octave/Makefile.am +++ b/mex/build/octave/Makefile.am @@ -5,8 +5,10 @@ if DO_SOMETHING SUBDIRS = mjdgges kronecker bytecode libdynare++ gensylv k_order_perturbation dynare_simul_ qzcomplex ordschur block_kalman_filter sobol local_state_space_iterations if HAVE_GSL +if HAVE_MATIO SUBDIRS += ms_sbvar endif +endif # libslicot must come before kalman_steady_state if HAVE_FORT