From 75d3964a63046c7ed5dc1b1c6a176897ef64cf07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Scylla=29?= Date: Sat, 29 Jul 2017 21:11:17 +0200 Subject: [PATCH] Fixed tests/Makefile.am (removed entry in MODFILES causing build failure). --- tests/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index fe392d3a4..207797b18 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -342,8 +342,7 @@ MODFILES = \ observation_trends_and_prefiltering/calib_smoother/Tr_prefilter_loglin_calib_smoother.mod \ observation_trends_and_prefiltering/calib_smoother/Tr_prefil_f_obs_loglin_cal_smoother.mod \ observation_trends_and_prefiltering/ML/Trend_no_prefilter_selected_var.mod \ - dynare-command-options/ramst.mod \ - ecb/contribution-plots/varexample.mod + dynare-command-options/ramst.mod PARTICLEFILES = \ particle/dsge_base2.mod \