From 1dcd5b445e80c06c4b642ab7fbf4a43fe8857b5a Mon Sep 17 00:00:00 2001 From: Peter De Wachter Date: Mon, 7 Jul 2014 13:05:01 +0200 Subject: [PATCH] Fix lest.hpp dependency for the tests. --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0a24365..5d49e0f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,16 +35,16 @@ src_brdecode_SOURCES = \ test_test_lest_SOURCES = \ test/test_lest.cc \ - test/lest.h + test/lest.hpp test_test_line_SOURCES = \ test/test_line.cc \ src/line.h \ src/line.cc \ - test/lest.h + test/lest.hpp test_test_block_SOURCES = \ test/test_block.cc \ src/block.h \ test/tempfile.h \ - test/lest.h + test/lest.hpp