summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2012-03-05 00:05:48 -0800
committerJeremy Huddleston <jeremyhu@apple.com>2012-03-27 11:50:38 -0700
commit3590d0bb77b787e07030e43f60fa2d0a4a020057 (patch)
treee57fd2e6b92856af1e562710a2f89bbd9cdd712e
parentb1be72c5ca6cb98ba64637990b142be0f1710a19 (diff)
test: Fix 'make dist' for configurations that build the Xorg DDX
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> (cherry picked from commit df327f98f6b8e02fadcfd313a85f906722acc572)
-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 \