From 37bb687ed247ad01ad8b6184fd26cfa7fa256bd6 Mon Sep 17 00:00:00 2001 From: rocky Date: Thu, 6 Oct 2005 00:14:22 +0000 Subject: [PATCH] Was building paranoia programs when --without-cd-paranoia was given. --- example/C++/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/example/C++/Makefile.am b/example/C++/Makefile.am index 90a35dfd..c55267a1 100644 --- a/example/C++/Makefile.am +++ b/example/C++/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.4 2005/09/16 09:31:39 rocky Exp $ +# $Id: Makefile.am,v 1.5 2005/10/06 00:14:22 rocky Exp $ # # Copyright (C) 2005 Rocky Bernstein # @@ -20,7 +20,10 @@ # Things to regression testing #################################################### # -noinst_PROGRAMS = device iso1 iso2 iso3 mmc1 mmc2 paranoia paranoia2 +if BUILD_CD_PARANOIA +paranoia_progs = paranoia paranoia2 +endif +noinst_PROGRAMS = device iso1 iso2 iso3 mmc1 mmc2 $(paranoia_progs) INCLUDES = -I$(top_srcdir) $(LIBCDIO_CFLAGS)