summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-07-26 00:56:41 +0200
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-07-27 15:32:21 +0200
commit810b66119ed5698655c51d5ad12cdb64ec87ad2b (patch)
tree76eabc5116359080ca92e5813909fc9154468799
parente5a1d3e59fb9a00e22d7a4a26704a9ae0b34ab87 (diff)
test/basic: fix make dist.
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
-rw-r--r--test/basic/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \