From 9cc362552085d788f170e26c7c6e6aeceade85b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Fri, 4 Nov 2011 18:05:39 +0100 Subject: [PATCH] Remove extra space (was causing spurious fail in testsuite) --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 4dd592210..448f37a71 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -115,7 +115,7 @@ MODFILES = \ kalman_filter_smoother/fs2000.mod \ kalman_filter_smoother/fs2000_1.mod \ kalman_filter_smoother/fs2000_2.mod \ - kalman_filter_smoother/fs2000a.mod + kalman_filter_smoother/fs2000a.mod EXTRA_DIST = \ $(MODFILES) \