Detected by running distcheck Signed-off-by: Gaetan Nadon <[email protected]> --- 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 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
