From 59e64edfe1a2977ecc06c4717ab16b808e02c78f Mon Sep 17 00:00:00 2001 From: nboullis Date: Wed, 21 Sep 2005 17:45:59 +0000 Subject: [PATCH] Link libcdio_cdda with libm as needed for cos and sin. --- lib/cdda_interface/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cdda_interface/Makefile.am b/lib/cdda_interface/Makefile.am index d4dd4533..2ccfba52 100644 --- a/lib/cdda_interface/Makefile.am +++ b/lib/cdda_interface/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.7 2005/09/20 01:01:17 rocky Exp $ +# $Id: Makefile.am,v 1.8 2005/09/21 17:45:59 nboullis Exp $ # # Copyright (C) 2004, 2005 Rocky Bernstein # @@ -72,7 +72,7 @@ DEBUG=$(FLAGS) -DCDDA_TEST ## $(CC) $(DEBUG) -c test_interface.c ## $(LD) $(DEBUG) test_interface.o $(LDFLAGS) -o cdda_test $(LIBS) libcdio_cdda.a -LIBS = $(LIBCDIO_LIBS) +LIBS = $(LIBCDIO_LIBS) @COS_LIB@ ########################################################