From e1f708b52c52af9810af5b26ba6e5584474babbd Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 15 Mar 2008 17:02:51 +0000 Subject: [PATCH] libiconv needed in test programs probably as part of the subversive iconv escallation that's been going on. --- test/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 8bd1f37c..8b398e73 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.59 2008/03/06 01:34:09 rocky Exp $ +# $Id: Makefile.am,v 1.60 2008/03/15 17:02:51 rocky Exp $ # # Copyright (C) 2003, 2004, 2005, 2006, 2008 Rocky Bernstein # @@ -27,7 +27,7 @@ if BUILD_CD_PARANOIA testparanoia=testparanoia -testparanoia_LDADD = $(LIBCDIO_PARANOIA_LIBS) $(LIBCDIO_CDDA_LIBS) $(LIBCDIO_LIBS) +testparanoia_LDADD = $(LIBCDIO_PARANOIA_LIBS) $(LIBCDIO_CDDA_LIBS) $(LIBCDIO_LIBS) $(LIBICONV) endif hack = check_sizeof testassert testbincue testischar \ @@ -39,15 +39,15 @@ noinst_PROGRAMS = testdefault INCLUDES = -I$(top_srcdir) $(LIBCDIO_CFLAGS) $(LIBISO9660_CFLAGS) check_sizeof_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LIBICONV) -testassert_LDADD = $(LIBCDIO_LIBS) -testdefault_LDADD = $(LIBCDIO_LIBS) +testassert_LDADD = $(LIBCDIO_LIBS) $(LIBICONV) +testdefault_LDADD = $(LIBCDIO_LIBS) $(LIBICONV) testischar_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LIBICONV) testiso9660_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LIBICONV) testisocd_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LIBICONV) testisocd2_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LIBICONV) -testtoc_LDADD = $(LIBCDIO_LIBS) +testtoc_LDADD = $(LIBCDIO_LIBS) $(LIBICONV) testtoc_CFLAGS = -DTEST_DIR=\"$(srcdir)\" testbincue_LDADD = $(LIBCDIO_LIBS)