From 51b43e1ff0726d0c2fa088c075721a2fe4e1c7a1 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Tue, 25 Jun 2013 16:37:18 +0200 Subject: [PATCH] build system bug fix --- tests/Makefile.am | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 4dad091f7..6496890d6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -240,16 +240,16 @@ EXTRA_DIST = \ run_block_byte_tests_octave.m \ run_reporting_test_matlab.m \ run_reporting_test_octave.m \ - AnnualTable.m \ - CommResidTablePage.m \ - CountryGraphPage.m \ - CountryTablePage.m \ - ResidTablePage.m \ - db_a.mat \ - db_q.mat \ - dc_a.mat \ - dc_q.mat \ - runDynareReport.m \ + reporting/AnnualTable.m \ + reporting/CommResidTablePage.m \ + reporting/CountryGraphPage.m \ + reporting/CountryTablePage.m \ + reporting/ResidTablePage.m \ + reporting/db_a.csv \ + reporting/db_q.csv \ + reporting/dc_a.csv \ + reporting/dc_q.csv \ + reporting/runDynareReport.m \ homotopy/common.mod \ block_bytecode/ls2003.mod \ fs2000_ssfile_aux.m \