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>
This commit is contained in:
Jeremy Huddleston 2010-10-13 16:28:14 -07:00 committed by Keith Packard
parent ff82f724e4
commit 23229c7ce5

View File

@ -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