5982524
From cb26473121e35fed89050f1514bb37aa48b452ad Mon Sep 17 00:00:00 2001
5982524
From: =?UTF-8?q?Dan=20Hor=C3=A1k?= <dan@danny.cz>
5e785a7
Date: Fri, 15 Jun 2012 06:25:58 -0400
5e785a7
Subject: [PATCH] build the touch test only when building Xorg
5e785a7
5982524
Signed-off-by: Fedora X Ninjas <x@fedoraproject.org>
5e785a7
---
5e785a7
 test/Makefile.am |    4 ++--
5e785a7
 1 file changed, 2 insertions(+), 2 deletions(-)
5e785a7
5e785a7
diff --git a/test/Makefile.am b/test/Makefile.am
5982524
index aa018c9..b323a40 100644
5e785a7
--- a/test/Makefile.am
5e785a7
+++ b/test/Makefile.am
5e785a7
@@ -1,11 +1,11 @@
5e785a7
 if ENABLE_UNIT_TESTS
5e785a7
 SUBDIRS= .
5e785a7
-noinst_PROGRAMS = list string touch
5e785a7
+noinst_PROGRAMS = list string
5e785a7
 if XORG
5e785a7
 # Tests that require at least some DDX functions in order to fully link
5e785a7
 # For now, requires xf86 ddx, could be adjusted to use another
5e785a7
 SUBDIRS += xi2
5982524
-noinst_PROGRAMS += xkb input xtest misc fixes xfree86 hashtabletest os signal-logging
5982524
+noinst_PROGRAMS += xkb input xtest misc fixes xfree86 hashtabletest os signal-logging touch
5e785a7
 endif
5e785a7
 check_LTLIBRARIES = libxservertest.la
5e785a7
 
5e785a7
-- 
5982524
1.7.10.4
5e785a7