Signed-off-by: Peter Hutterer <[email protected]> --- test/Makefile.am | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/test/Makefile.am b/test/Makefile.am index 0b93c1c..b451286 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,11 +1,10 @@ if ENABLE_UNIT_TESTS -SUBDIRS= . -noinst_PROGRAMS = list string touch +SUBDIRS= . xi2 +noinst_PROGRAMS = list string touch xkb input xtest misc fixes if XORG # Tests that require at least some DDX functions in order to fully link # For now, requires xf86 ddx, could be adjusted to use another -SUBDIRS += xi2 -noinst_PROGRAMS += xkb input xtest misc fixes xfree86 +noinst_PROGRAMS += xfree86 endif check_LTLIBRARIES = libxservertest.la -- 1.7.10.2 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
