summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2012-03-05 00:05:48 -0800
committerJeremy Huddleston <jeremyhu@apple.com>2012-03-23 19:46:22 -0700
commitdf327f98f6b8e02fadcfd313a85f906722acc572 (patch)
treec613241a9b6feba6c94b4f34fc5de7e177cdfd75 /test
parenta7eac500e652f30deffd9dc5e623fab701077738 (diff)
test: Fix 'make dist' for configurations that build the Xorg DDX
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am3
1 files changed, 3 insertions, 0 deletions
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 \