From df327f98f6b8e02fadcfd313a85f906722acc572 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Mon, 5 Mar 2012 00:05:48 -0800 Subject: [PATCH] test: Fix 'make dist' for configurations that build the Xorg DDX Signed-off-by: Jeremy Huddleston --- test/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Makefile.am b/test/Makefile.am index b875b75f7..eb6147021 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -52,6 +52,9 @@ libxservertest_la_LIBADD += \ $(top_builddir)/hw/xfree86/i2c/libi2c.la \ $(top_builddir)/hw/xfree86/dixmods/libxorgxkb.la \ @XORG_LIBS@ + +EXTRA_DIST = ddxstubs.c + else nodist_libxservertest_la_SOURCES = \ ddxstubs.c \