From baee3b5dadd3986c506c325b2021522a64847579 Mon Sep 17 00:00:00 2001 From: flameeyes Date: Fri, 16 Nov 2007 22:29:01 +0000 Subject: [PATCH] Don't compile the test programs during make all, make check will take care of that. --- test/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 66ec4197..39a4e448 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.57 2007/08/12 12:41:10 rocky Exp $ +# $Id: Makefile.am,v 1.58 2007/11/16 22:29:01 flameeyes Exp $ # # Copyright (C) 2003, 2004, 2005, 2006 Rocky Bernstein # @@ -34,7 +34,7 @@ hack = check_sizeof testassert testbincue testischar \ testisocd testisocd2 testiso9660 \ $(testparanoia) testtoc -noinst_PROGRAMS = $(hack) testdefault +noinst_PROGRAMS = testdefault INCLUDES = -I$(top_srcdir) $(LIBCDIO_CFLAGS) $(LIBISO9660_CFLAGS)