From 8b2835e883936d28388b72b92d3d492d0c32c57e Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Thu, 26 Jul 2012 00:56:41 +0200 Subject: [PATCH] test/basic: fix make dist. Signed-off-by: Gwenole Beauchesne --- test/basic/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/basic/Makefile.am b/test/basic/Makefile.am index 68a6843..169e193 100644 --- a/test/basic/Makefile.am +++ b/test/basic/Makefile.am @@ -60,7 +60,7 @@ test_10_SOURCES = test_10.c test_11_LDADD = $(TEST_LIBS) test_11_SOURCES = test_11.c -EXTRA_DIST = test_common.c +EXTRA_DIST = test_common.c test_x11.c valgrind: $(noinst_PROGRAMS) for a in $(noinst_PROGRAMS); do \ -- 2.7.4