From c1804b5735f30f87949115ac8739376485df3fdb Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sat, 3 Mar 2012 17:32:59 -0500 Subject: [PATCH] tests: makefile error: missing test-runner.h Detected by running distcheck Signed-off-by: Gaetan Nadon --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 30a8348..484e262 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -3,7 +3,7 @@ TESTS = $(check_PROGRAMS) check_PROGRAMS = array-test map-test connection-test -map_test_SOURCES = map-test.c test-runner.c +map_test_SOURCES = map-test.c test-runner.c test-runner.h array_test_SOURCES = array-test.c test-runner.c connection_test_SOURCES = connection-test.c test-runner.c -- 2.7.4