From 23229c7ce5970516b97a1cc12e65257ff65ab9a7 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Wed, 13 Oct 2010 16:28:14 -0700 Subject: [PATCH] test: Fix make distcheck when not building unit tests Signed-off-by: Jeremy Huddleston Reviewed-by: Peter Hutterer Signed-off-by: Keith Packard --- test/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 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