From fddb904b4cb9d3a21c0d537f9859308db6177326 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Wed, 15 Apr 2015 12:03:38 +0100 Subject: [PATCH] Typo in capital --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e306eb56..1e70ac1b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,6 +49,6 @@ bin_PROGRAMS = Grid_main test_Grid_stencil Grid_main_SOURCES = Grid_main.cc Grid_main_LDADD = libGrid.a -test_Grid_stencil_SOURCES = test_Grid_Stencil.cc +test_Grid_stencil_SOURCES = test_Grid_stencil.cc test_Grid_stencil_LDADD = libGrid.a