From 9b6f6ef9129cc91eecfed178e56f32effc003606 Mon Sep 17 00:00:00 2001 From: rocky Date: Fri, 14 Jan 2005 21:40:33 +0000 Subject: [PATCH] Need to put in libcdio libs for testparanoia. --- test/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 05f06d8b..54ec33d5 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.39 2005/01/13 03:58:47 rocky Exp $ +# $Id: Makefile.am,v 1.40 2005/01/14 21:40:33 rocky Exp $ # # Copyright (C) 2003, 2004, 2005 Rocky Bernstein # @@ -26,7 +26,7 @@ if BUILD_CD_PARANOIA testparanoia=testparanoia -testparanoia_LDADD = $(LIBCDIO_PARANOIA_LIBS) $(LIBCDIO_CDDA_LIBS) +testparanoia_LDADD = $(LIBCDIO_PARANOIA_LIBS) $(LIBCDIO_CDDA_LIBS) $(LIBCDIO_LIBS) endif hack = check_sizeof testassert testbincue testischar testiso9660 \