test: Fix make distcheck when not building unit tests

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
Jeremy Huddleston 2010-10-01 14:05:03 -07:00
parent 4d2542a16b
commit 5fb1780d6a

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