diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2012-04-07 15:26:53 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2012-04-23 20:20:41 -0700 |
commit | d1ef0d4964e43a4ab777750ad214d1092fd1ffda (patch) | |
tree | c80bf4240432ae8e60197ff53877a750265dfb5a /test | |
parent | d97868d934fd1a00f9e9ef23a1154a70c7bc0464 (diff) |
test: Fix make dist
It seems like make dist should be doing te right thing without this commit,
but it's not in some cases. Don't ask me to explain why.
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 8c7e412c3..85823977b 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -54,8 +54,6 @@ libxservertest_la_LIBADD += \ $(top_builddir)/hw/xfree86/dixmods/libxorgxkb.la \ @XORG_LIBS@ -EXTRA_DIST = ddxstubs.c - else nodist_libxservertest_la_SOURCES = \ ddxstubs.c \ @@ -111,3 +109,6 @@ endif libxservertest_la_DEPENDENCIES = $(libxservertest_la_LIBADD) endif + +EXTRA_DIST = ddxstubs.c + |