[PATCH 3/3] tests: makefile error: missing test-runner.h
Gaetan Nadon
memsize at videotron.ca
Sat Mar 3 14:32:59 PST 2012
Detected by running distcheck
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
tests/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c6e1007..5003348 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
--
1.7.5.4
More information about the wayland-devel
mailing list