From 3557acb6a9eec0c0d752a1f3d783b5f50bc19e1b Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 5 Jul 2010 08:01:41 +0200 Subject: Build test utilities unconditionally, do not install The test programs in the package are command-line utilities which can be used to generate MT code mappings for header files, and debug hardware problems, and should not be installed. With this patch, tests are built unconditionally, but not installed. Signed-off-by: Peter Hutterer Signed-off-by: Henrik Rydberg --- test/Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index f550235..2eec163 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,6 +1,4 @@ -if BUILD_TEST - -bin_PROGRAMS = mtdev-mapgen mtdev +noinst_PROGRAMS = mtdev-mapgen mtdev INCLUDES=-I$(top_srcdir)/include/ @@ -8,5 +6,3 @@ mtdev_mapgen_SOURCES = mtdev-mapgen.c mtdev_SOURCES = mtdev.c mtdev_LDFLAGS = -lmtdev -L$(top_builddir)/src/.libs/ - -endif -- cgit v1.2.3