summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2010-10-13 16:28:14 -0700
committerKeith Packard <keithp@keithp.com>2010-10-13 19:27:18 -0700
commit23229c7ce5970516b97a1cc12e65257ff65ab9a7 (patch)
tree1d962aeb67258eeca4b6f99bf4328c3ef0736881 /test
parentff82f724e4ed24d73f15fa9c35a1d0c2c7d8cef7 (diff)
test: Fix make distcheck when not building unit tests
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 7c4467161..456221e46 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -33,10 +33,9 @@ libxservertest_la_LIBADD = \
$(top_builddir)/mi/libmi.la \
$(top_builddir)/os/libos.la \
@XORG_LIBS@
+endif
CLEANFILES=libxservertest.c
libxservertest.c:
touch $@
-
-endif