From 3fa28c8acd3aad054f9c74e94c1411654d709dca Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 26 Mar 2009 10:11:26 +1000 Subject: Remove test/ directory. This shouldn't really be part of the driver source, it's better to just have it as a separate repository. Code has moved to git://people.freedesktop.org/~whot/testdevices.git Signed-off-by: Peter Hutterer --- Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 54814c3..e8e6ec1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,11 +23,7 @@ AUTOMAKE_OPTIONS = foreign # Ensure headers are installed below $(prefix) for distcheck DISTCHECK_CONFIGURE_FLAGS = --with-sdkdir='$${includedir}/xorg' -if BUILD_TEST -test_dir=test -endif - -SUBDIRS = src man include $(test_dir) +SUBDIRS = src man include pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xorg-evdev.pc -- cgit v1.2.3